blob: c0a64fd34c0656f271576c38472bd1ac03e9fcb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= pghero
PORTVERSION= 2.7.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
MAINTAINER= ruby@FreeBSD.org
COMMENT= Performance dashboard for Postgres
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activerecord50>=5:databases/rubygem-activerecord50
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|