diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 19:57:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 19:57:18 +0000 |
commit | ac2f1078160cd74cf0ff58b51e3b4336dc0bd891 (patch) | |
tree | 09f67d5c08cb8d05e029b772806c78fcc238e691 /net/pear-Net_LDAP/Makefile | |
parent | fcf3ca3aa17d48744f7ecb911757d024c6f1b44d (diff) | |
download | ports-ac2f1078160cd74cf0ff58b51e3b4336dc0bd891.tar.gz ports-ac2f1078160cd74cf0ff58b51e3b4336dc0bd891.zip |
Notes
Diffstat (limited to 'net/pear-Net_LDAP/Makefile')
-rw-r--r-- | net/pear-Net_LDAP/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net/pear-Net_LDAP/Makefile b/net/pear-Net_LDAP/Makefile index 9d0c37bd4584..990a02b1415c 100644 --- a/net/pear-Net_LDAP/Makefile +++ b/net/pear-Net_LDAP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net_LDAP -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -17,7 +17,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= ldap CATEGORY= Net -FILES= LDAP.php \ +FILES= LDAP.php LDAP/LDIF.php \ LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \ LDAP/Schema.php LDAP/Search.php LDAP/Util.php DOCS= README.txt RootDSE.txt Schema.txt utf8.txt manual.html @@ -25,7 +25,12 @@ _DOCSDIR= doc TESTS= AllTests.php Net_LDAPTest.php \ Net_LDAP_EntryTest.php Net_LDAP_FilterTest.php \ Net_LDAP_RootDSETest.php Net_LDAP_SearchTest.php \ - Net_LDAP_UtilTest.php + Net_LDAP_UtilTest.php Net_LDAP_LDIFTest.php \ + ldapconfig.ini.dist ldapldifconfig.ini.dist \ + ldif_data/changes.ldif ldif_data/malformed_encoding.ldif \ + ldif_data/malformed_syntax.ldif ldif_data/malformed_wrapping.ldif \ + ldif_data/sorted_w40.ldif ldif_data/sorted_w50.ldif \ + ldif_data/unsorted_w30.ldif ldif_data/unsorted_w50.ldif EXAMPLES= add_entry.php connecting.php fetch_entry.php \ modify_entry.php modify_entry2.php search_entries.php _EXAMPLESDIR= doc/examples |