ports/net-mgmt/icingaweb2-module-reactbundle/Makefile
Jochen Neumeister 9915392208 net-mgmt/icingaweb2-module-reactbundle: drop maintainership
net-mgmt/icingaweb2-module-reactbundle: drop maintainership
2024-09-13 16:29:11 +02:00

32 lines
725 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
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>