1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net-mgmt/icingaweb2-module-elasticsearch/Makefile
Jochen Neumeister f63dc16ac2 net-mgmt/icingaweb2: Update to 2.11.4
Changelog:
-Add/Edit dashlet not possible
-Custom library path + custom library, without slash in its name, results in exception
-Reflected XSS vulnerability in User Backends config page

Sponsored by:	Netzkommune GmbH
2023-01-29 10:37:40 +01:00

33 lines
726 B
Makefile

PORTNAME= icingaweb2-module-elasticsearch
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
PORTREVISION= 4
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= joneum@FreeBSD.org
COMMENT= Integrate Elasticsearch into Icinga Web 2
WWW= https://github.com/Icinga/icingaweb2-module-elasticsearch
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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>