opnsense-ports/databases/rubygem-pghero-rails5/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

22 lines
423 B
Makefile

PORTNAME= pghero
PORTVERSION= 2.8.3
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Performance dashboard for Postgres
WWW= https://github.com/ankane/pghero
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activerecord5>=5:databases/rubygem-activerecord5
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= pghero_project
.include <bsd.port.mk>