diff options
Diffstat (limited to 'net-mgmt/icinga-php-library/Makefile')
-rw-r--r-- | net-mgmt/icinga-php-library/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/icinga-php-library/Makefile b/net-mgmt/icinga-php-library/Makefile index 486fab8d3218..8dbf86096e7d 100644 --- a/net-mgmt/icinga-php-library/Makefile +++ b/net-mgmt/icinga-php-library/Makefile @@ -1,12 +1,11 @@ PORTNAME= icinga-php-library DISTVERSIONPREFIX= v -DISTVERSION= 0.14.1 +DISTVERSION= 0.17.0 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= flo@FreeBSD.org COMMENT= Icinga PHP library -WWW= https://github.com/Icinga/icinga-php-library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -14,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:web,flavors USE_PHP= filter +IGNORE_WITH_PHP=81 USE_GITHUB= yes GH_ACCOUNT= icinga @@ -24,7 +24,7 @@ NO_ARCH= yes WWWDIR?= ${PREFIX}/www/icingaweb2/icinga-php/${PORTNAME:C/^.*-//} do-install: - @${MKDIR} ${STAGEDIR}${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) |