diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 02:50:05 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 02:50:05 +0000 |
commit | 223b81b5d592df2ac9f50f88beb02be1dfff9ea4 (patch) | |
tree | ff2cf7e5a995704b17b81e863d36f2e3837add99 /net/pear-Net_LDAP2 | |
parent | 6a744d0db47f8a53f35a258e3a54c512fa93b958 (diff) |
Notes
Diffstat (limited to 'net/pear-Net_LDAP2')
-rw-r--r-- | net/pear-Net_LDAP2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile index 948868ea8517..3668c54e1a99 100644 --- a/net/pear-Net_LDAP2/Makefile +++ b/net/pear-Net_LDAP2/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net_LDAP PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -18,8 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= ldap CATEGORY= Net FILES= LDAP.php \ - LDAP/Entry.php LDAP/RootDSE.php LDAP/Schema.php \ - LDAP/Search.php LDAP/Util.php + LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \ + LDAP/Schema.php LDAP/Search.php LDAP/Util.php DOCS= README.txt RootDSE.txt STATUS Schema.txt utf8.txt _DOCSDIR= ./doc TESTS= tests.php |