opnsense-ports/databases/rubygem-pghero/Makefile
Franco Fichtner 6f95ba715d */*: sync with upstream
Taken from: FreeBSD
2024-07-17 10:06:02 +02:00

21 lines
407 B
Makefile

PORTNAME= pghero
PORTVERSION= 3.6.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.1:databases/rubygem-activerecord71
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= pghero_project
.include <bsd.port.mk>