Files
ports/databases/rubygem-pghero/Makefile
Stefan Eßer 34ed9bd500 databases/rubygem-pghero: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 23:30:07 +02:00

21 lines
381 B
Makefile

PORTNAME= pghero
PORTVERSION= 2.8.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Performance dashboard for Postgres
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activerecord60>=5:databases/rubygem-activerecord60
USES= cpe gem
CPE_VENDOR= ${PORTNAME}_project
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>