summaryrefslogtreecommitdiff
path: root/databases/rubygem-pghero/Makefile
blob: e0376e02b94d6be2a5008211eacd91d77b83d94f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	pghero
PORTVERSION=	3.5.0
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Performance dashboard for Postgres
WWW=		https://github.com/ankane/pghero

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activerecord71>=6:databases/rubygem-activerecord71

USES=		cpe gem

NO_ARCH=	yes

CPE_VENDOR=	pghero_project

.include <bsd.port.mk>