summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-14 03:54:52 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-14 03:54:52 +0000
commit626f5915d7109f8068bbbaa1a8ed64ea4ae07643 (patch)
treed94d2ab540b5edf455e9561b768cb307c7bba21f /net/phpldapadmin/Makefile
parent- Update to 1.0.5 (diff)
- Update to 1.0.1
PR: 97211 Submitted by: maintainer
Diffstat (limited to 'net/phpldapadmin/Makefile')
-rw-r--r--net/phpldapadmin/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile
index 8868771fbf2a..2dc6257cb32c 100644
--- a/net/phpldapadmin/Makefile
+++ b/net/phpldapadmin/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= phpldapadmin
-PORTVERSION= 1.0.0
+PORTVERSION= 1.0.1
PORTEPOCH= 1
CATEGORIES= net www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= phpldapadmin
DISTNAME= ${PORTNAME}-${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 xml
@@ -23,7 +23,7 @@ BROKEN_WITH_PHP= 4
.if defined(WITH_SUPHP)
-PKGNAMESUFFIX= -suphp
+PKGNAMESUFFIX+= -suphp
RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp
WANT_PHP_CGI= yes
@@ -61,6 +61,9 @@ 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 is PHP5 specific. If you need PHP4 support,"
+ ${ECHO_MSG} "please use the net/phpldapadmin098 port instead."
+ ${ECHO_MSG} ""
post-patch:
cd ${WRKSRC} ; \