aboutsummaryrefslogtreecommitdiff
path: root/net/phpldapadmin098/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-14 03:55:31 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-14 03:55:31 +0000
commit2837d0fae3576ffb3f50ebade0ce7c43a999b6cd (patch)
treeb1df358955b0dbcaffe4d3fa61851ba23231bff8 /net/phpldapadmin098/Makefile
parent626f5915d7109f8068bbbaa1a8ed64ea4ae07643 (diff)
downloadports-2837d0fae3576ffb3f50ebade0ce7c43a999b6cd.tar.gz
ports-2837d0fae3576ffb3f50ebade0ce7c43a999b6cd.zip
Notes
Diffstat (limited to 'net/phpldapadmin098/Makefile')
-rw-r--r--net/phpldapadmin098/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/net/phpldapadmin098/Makefile b/net/phpldapadmin098/Makefile
index 982aab523157..df39de8bdb71 100644
--- a/net/phpldapadmin098/Makefile
+++ b/net/phpldapadmin098/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= phpldapadmin098
-PORTVERSION= 0.9.8.2
-PORTREVISION= 1
+PORTVERSION= 0.9.8.3
PORTEPOCH= 1
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -15,14 +14,14 @@ MASTER_SITE_SUBDIR= phpldapadmin
DISTNAME= ${PORTNAME:S/098//}-${PORTVERSION}
MAINTAINER= m.seaman@infracaninophile.co.uk
-COMMENT= A set of PHP-scripts to administer LDAP servers over the web
+COMMENT= A set of PHP-scripts to administer LDAP over the web
NO_BUILD= yes
USE_PHP= gettext ldap openssl pcre session
.if defined(WITH_SUPHP)
-PKGNAMESUFFIX= -suphp
+PKGNAMESUFFIX+= -suphp
RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp
WANT_PHP_CGI= yes
@@ -62,6 +61,10 @@ pre-everything::
${ECHO_MSG} " WITH_SUPHP=yes Install appropriately for use with"
${ECHO_MSG} " the www/suphp port [default: no]"
${ECHO_MSG} ""
+ ${ECHO_MSG} "This port will operate with either PHP4 or PHP5. If"
+ ${ECHO_MSG} "you require PHP5 support, for best results, please"
+ ${ECHO_MSG} "install lang/php5 before installing this port."
+ ${ECHO_MSG} ""
post-patch:
cd ${WRKSRC} ; \