freebsd-ports/databases/rubygem-pghero-rails50/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
369 B
Makefile

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