diff options
author | Lars Engels <lme@FreeBSD.org> | 2019-12-17 13:43:14 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2019-12-17 13:43:14 +0000 |
commit | 7fee23336210ffecf432776972fa264636b0243d (patch) | |
tree | 6833d4dc2dfac86479479e25d6d6c99ce74ad483 /net-mgmt/icingaweb2-module-graphite | |
parent | cb1bf26737603c2011565c6f6d42cb0c8e4e95b5 (diff) | |
download | ports-7fee23336210ffecf432776972fa264636b0243d.tar.gz ports-7fee23336210ffecf432776972fa264636b0243d.zip |
Notes
Diffstat (limited to 'net-mgmt/icingaweb2-module-graphite')
-rw-r--r-- | net-mgmt/icingaweb2-module-graphite/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/icingaweb2-module-graphite/Makefile b/net-mgmt/icingaweb2-module-graphite/Makefile index a7374d4fcf89..652659516c90 100644 --- a/net-mgmt/icingaweb2-module-graphite/Makefile +++ b/net-mgmt/icingaweb2-module-graphite/Makefile @@ -3,8 +3,9 @@ PORTNAME= icingaweb2-module-graphite DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt www +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= lme@FreeBSD.org COMMENT= Graphite integration into Icinga Web 2 @@ -12,7 +13,9 @@ COMMENT= Graphite integration into Icinga Web 2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= icingaweb2>=2.5.0:net-mgmt/icingaweb2 +RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR} + +USES= php:web,flavors USE_GITHUB= yes GH_ACCOUNT= icinga |