aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icingaweb2-module-pdfexport
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-pdfexport
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-pdfexport')
-rw-r--r--net-mgmt/icingaweb2-module-pdfexport/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/icingaweb2-module-pdfexport/Makefile b/net-mgmt/icingaweb2-module-pdfexport/Makefile
index a69d776627ec..4a0587ffd445 100644
--- a/net-mgmt/icingaweb2-module-pdfexport/Makefile
+++ b/net-mgmt/icingaweb2-module-pdfexport/Makefile
@@ -3,8 +3,9 @@
PORTNAME= icingaweb2-module-pdfexport
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt www
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= lme@FreeBSD.org
COMMENT= Icinga PDF Export
@@ -12,9 +13,11 @@ COMMENT= Icinga PDF Export
LICENSE= GPLv2
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} \
chromium>0:www/chromium
+USES= php:web,flavors
+
USE_GITHUB= yes
GH_ACCOUNT= icinga