mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
23 lines
398 B
Makefile
23 lines
398 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
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activerecord5>=5:databases/rubygem-activerecord5
|
|
|
|
USES= cpe gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= pghero_project
|
|
|
|
.include <bsd.port.mk>
|