Files
ports/net-mgmt/phpipam/Makefile
T
Muhammad Moinur Rahman 63b6120db0 */*php86*: Sunrise
Please DO NOT use this version in production, it is an early test version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00

36 lines
813 B
Makefile

PORTNAME= phpipam
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.0
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSIONFULL}/
MAINTAINER= jake@xz.cx
COMMENT= PHP IP Address Management IPv4/IPv6
WWW= https://phpipam.net/
LICENSE= GPLv3
RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
USES= cpe gettext php:web tar:tgz
USE_PHP= ctype curl dom filter gd gettext gmp iconv mbstring mcrypt \
pcntl pdo pdo_mysql posix session simplexml sockets
IGNORE_WITH_PHP= 86
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
SUB_LIST= DISTNAME=${DISTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
OPTIONS_DEFINE= LDAP
LDAP_USE= PHP=ldap
do-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} \
"! -name *.orig")
.include <bsd.port.mk>