freebsd-ports/net-mgmt/icinga-ipl-i18n/Makefile
Jochen Neumeister f33c4e2d0b net-mgmt/icinga-ipl-i18n: Update to 0.2.1
Changelog:
- Ensure compatibility with PHP 8.2
- Small correction to ensure PHP 8.1 support

Sponsored by:	Netzkommune GmbH
2024-02-13 20:36:28 +01:00

31 lines
599 B
Makefile

PORTNAME= icinga-ipl-i18n
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1
PORTREVISION= 0
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= joneum@FreeBSD.org
COMMENT= Icinga PHP library
WWW= https://github.com/Icinga/ipl-i18n
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:web,flavors
USE_GITHUB= yes
GH_ACCOUNT= icinga
GH_PROJECT= ipl-i18n
NO_BUILD= yes
NO_ARCH= yes
WWWDIR?= ${PREFIX}/www/icingaweb2/icinga-php/${PORTNAME:C/^.*-//}
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
(cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
.include <bsd.port.mk>