freebsd-ports/net-mgmt/glpi-plugins-fusioninventory-server/Makefile
Muhammad Moinur Rahman 80f7a0af11 Mark ports to IGNORE with new php81
- Mark some additional ports to IGNORE with the upcoming php DEFAULT
  php80 [1]

PR: 260595 [1]
Reported by: portmgr (exp-run) [1]
Approved by: portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2022-01-10 12:23:24 -06:00

42 lines
1 KiB
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
PORTNAME= server
PORTVERSION= ${GLPI_VER}.${FUNV_VER}
PORTEPOCH= 1
CATEGORIES= net-mgmt
PKGNAMEPREFIX= glpi-plugins-fusioninventory-
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Plugin of glpi to get information of networking devices
LICENSE= AGPLv3
RUN_DEPENDS= glpi>=9.5:www/glpi
USES= gettext php shebangfix
USE_GITHUB= yes
GH_ACCOUNT= fusioninventory
GH_PROJECT= fusioninventory-for-glpi
GH_TAGNAME= glpi090+${FUNV_VER}
USE_PHP= fileinfo simplexml
IGNORE_WITH_PHP= 81
GLPI_VER= 9.5.0
FUNV_VER= 1.5
NO_BUILD= yes
NO_ARCH= yes
SHEBANG_FILES= lib/mustache.js-2.0.0/hooks/install-hooks.sh \
scripts/get_agent_jobs.php scripts/cleanup_repository.php \
scripts/prepare_jobs.php scripts/get_job_logs.php \
tools/extract_template.sh
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
GLPIPLUGINDIR?= www/glpi/plugins
.include <bsd.port.pre.mk>
do-install:
@${MKDIR} -m 0755 ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}
@${CP} -R ${WRKSRC} ${STAGEDIR}${PREFIX}/${GLPIPLUGINDIR}/fusioninventory
.include <bsd.port.post.mk>