1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net-mgmt/phpipam/Makefile
Jochen Neumeister 4104726d84 Update to 1.3.2
Changelog: https://phpipam.net/news/phpipam-v1-3-2-released/

PR:		231623
Reported by:	Marko Cupać <marko.cupac@mimar.rs>
Approved by:	jake@xz.cx (maintainer timeout)
Sponsored by:	Netzkommune GmbH
2018-11-11 09:03:01 +00:00

42 lines
839 B
Makefile

# Created by: Jake Smith <jake@xz.cx>
# $FreeBSD$
PORTNAME= phpipam
PORTVERSION= 1.3.2
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= jake@xz.cx
COMMENT= PHP IP Address Management IPv4/IPv6
LICENSE= GPLv3
RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
NO_BUILD= yes
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
CFGFILE= config.php
SUB_FILES= pkg-message
SUB_LIST= DISTNAME=${DISTNAME}
OPTIONS_DEFINE= LDAP
USES= gettext php:web tar:
USE_PHP= filter gettext gmp json mbstring openssl \
pcntl pdo pdo_mysql session simplexml sockets
LDAP_USE= PHP=ldap
pre-install:
@if [ -f ${WRKSRC}/${CFGFILE} ]; then \
${MV} ${WRKSRC}/${CFGFILE} ${WRKSRC}/${CFGFILE}.sample ; \
fi
do-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \
"! -name *.orig")
.include <bsd.port.mk>