aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icingaweb2-module-ipl
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2019-12-17 13:43:14 +0000
committerLars Engels <lme@FreeBSD.org>2019-12-17 13:43:14 +0000
commit7fee23336210ffecf432776972fa264636b0243d (patch)
tree6833d4dc2dfac86479479e25d6d6c99ce74ad483 /net-mgmt/icingaweb2-module-ipl
parentcb1bf26737603c2011565c6f6d42cb0c8e4e95b5 (diff)
downloadports-7fee23336210ffecf432776972fa264636b0243d.tar.gz
ports-7fee23336210ffecf432776972fa264636b0243d.zip
net-mgmt/icingaweb2 and modules:
- Drop stale dependency on www/zendframework1 - FLAVORize for all php releases - Improve OPTIONS for supported databases PR: 242664 Submitted by: fluffy@
Notes
Notes: svn path=/head/; revision=520331
Diffstat (limited to 'net-mgmt/icingaweb2-module-ipl')
-rw-r--r--net-mgmt/icingaweb2-module-ipl/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2-module-ipl/Makefile b/net-mgmt/icingaweb2-module-ipl/Makefile
index a3a307ac7c4b..ab423b01ae67 100644
--- a/net-mgmt/icingaweb2-module-ipl/Makefile
+++ b/net-mgmt/icingaweb2-module-ipl/Makefile
@@ -3,7 +3,9 @@
PORTNAME= icingaweb2-module-ipl
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= net-mgmt www
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= lme@FreeBSD.org
COMMENT= Icinga PHP library
@@ -11,7 +13,9 @@ COMMENT= Icinga PHP library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2
+RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
+
+USES= php:web,flavors
USE_GITHUB= yes
GH_ACCOUNT= icinga