Florian Smeets 3b3d96867c net-mgmt/icingaweb2*: Fix more breakage
Fix more ports broken by 2a12b7cab556 and f95fbf3e2406 that don't have
a direct dependency on net-mgmt/icinga-php-library or
net-mgmt/icinga-php-thirdparty.

Mark them all IGNORE_WITH_PHP=81

This should fix poudriere bulk -a.
2025-07-17 12:16:47 +02:00

34 lines
744 B
Makefile

PORTNAME= icingaweb2-module-reactbundle
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Icinga Web 2 ReactPHP-based 3rd party libraries
WWW= https://github.com/Icinga/icingaweb2-module-reactbundle
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.11.4:net-mgmt/icingaweb2@${PHP_FLAVOR}
USES= php:web,flavors
IGNORE_WITH_PHP=81
USE_GITHUB= yes
GH_ACCOUNT= icinga
NO_BUILD= yes
NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>