22 lines
426 B
Makefile
22 lines
426 B
Makefile
PORTNAME= pghero
|
|
PORTVERSION= 3.4.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails61
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Performance dashboard for Postgres
|
|
WWW= https://github.com/ankane/pghero
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activerecord61>=5:databases/rubygem-activerecord61
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= pghero_project
|
|
|
|
.include <bsd.port.mk>
|