diff options
Diffstat (limited to 'net-mgmt/phpip/Makefile')
-rw-r--r-- | net-mgmt/phpip/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile index 8524b630962a..58a2c72c9519 100644 --- a/net-mgmt/phpip/Makefile +++ b/net-mgmt/phpip/Makefile @@ -7,6 +7,7 @@ PORTNAME= phpip PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/4.3.2%20-%20No%20Upgrade%20Support DISTNAME= ${PORTNAME}-4.3.2-build-${SNAPSHOT} @@ -15,9 +16,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A complete IPv4 IPAM (IP address management) suite SNAPSHOT= 200611081420 -NO_BUILD= YES +NO_BUILD= yes USE_PHP= mysql -WANT_PHP_WEB= YES +USE_DOS2UNIX= yes +WANT_PHP_WEB= yes PHPIP?= www/phpip PLIST_SUB+= PHPIP=${PHPIP} |