aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-pghero/Makefile
blob: 4f1fcf7930ff88b53e5acedde8c64ece902600c4 (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.7.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>=7.1:databases/rubygem-activerecord71

USES=		cpe gem

NO_ARCH=	yes

CPE_VENDOR=	pghero_project

.include <bsd.port.mk>