diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-26 08:37:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-26 08:37:43 +0000 |
commit | 89e355f39a4ecebd51a4829d81da62ca43e1e2e9 (patch) | |
tree | 2d9e8786f833a81b1366fed8651f8193aa886b46 /net/pear-Net_LDAP | |
parent | a1af1070d6baf4bda5a612856cec0f72078b6e28 (diff) |
- Add missing dependes
Submitted by: pav
Approved by: maintainer implicit
Notes
Notes:
svn path=/head/; revision=194284
Diffstat (limited to 'net/pear-Net_LDAP')
-rw-r--r-- | net/pear-Net_LDAP/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/pear-Net_LDAP/Makefile b/net/pear-Net_LDAP/Makefile index c257e57dba0f..7ea8e06febd3 100644 --- a/net/pear-Net_LDAP/Makefile +++ b/net/pear-Net_LDAP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net_LDAP PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -20,9 +21,12 @@ CATEGORY= Net FILES= LDAP.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 +DOCS= README.txt RootDSE.txt Schema.txt utf8.txt +_DOCSDIR= doc TESTS= tests.php +EXAMPLES= add_entry.php connecting.php fetch_entry.php \ + modify_entry.php search_entries.php +_EXAMPLESDIR= doc/examples .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |