diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-19 00:56:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-19 00:56:55 +0800 |
commit | 47f059d1f9524a54e7e962e953e66154f1bc5cf3 (patch) | |
tree | c50a1b9d5a231f9b3e996a7fe2dc84d793b164ac /net/phpldapadmin | |
parent | 5f3d23c9a7244133e708ffa8185ccce48ff455e0 (diff) | |
download | freebsd-ports-gnome-47f059d1f9524a54e7e962e953e66154f1bc5cf3.tar.gz freebsd-ports-gnome-47f059d1f9524a54e7e962e953e66154f1bc5cf3.tar.zst freebsd-ports-gnome-47f059d1f9524a54e7e962e953e66154f1bc5cf3.zip |
- Add php5-iconv and php5-hash
PR: 132714
Submitted by: Bryan Marino <bemarino@hotmail.com>
Approved by: maintainer
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 |