blob: ed709129110b64e56c92f8bdbb3d4a9fcd0f0fc8 (
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= -rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Performance dashboard for Postgres
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activerecord5>=5:databases/rubygem-activerecord5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|