diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-18 16:56:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-18 16:56:55 +0000 |
commit | 2d352336ae8ec70c6342e8bc48f24a6b3217bed9 (patch) | |
tree | b64ea2e2855f13cb0db7dcc10b8b8942701e1343 /net/phpldapadmin | |
parent | e8b7494bcf59f3b595e9b30dec9bb38c535a04d7 (diff) | |
download | ports-2d352336ae8ec70c6342e8bc48f24a6b3217bed9.tar.gz ports-2d352336ae8ec70c6342e8bc48f24a6b3217bed9.zip |
Notes
Diffstat (limited to 'net/phpldapadmin')
-rw-r--r-- | net/phpldapadmin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 39eae7b793d4..eb4cfe1cf22c 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -7,18 +7,17 @@ PORTNAME= phpldapadmin PORTVERSION= 1.1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= phpldapadmin +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= A set of PHP-scripts to administer LDAP over the web NO_BUILD= yes -USE_PHP= gettext ldap openssl pcre session xml +USE_PHP= gettext ldap openssl pcre session xml iconv hash DEFAULT_PHP_VER= 5 IGNORE_WITH_PHP= 4 |