diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-26 16:37:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-26 16:37:43 +0800 |
commit | 2a81aa4803430ed1b9df213093b2a4a5cb15afff (patch) | |
tree | e705a5942988a57b54758e8a88213f7920d83047 /net/pear-Net_LDAP | |
parent | d3995b224fa27254d98de50732d4634e27cb7705 (diff) | |
download | freebsd-ports-gnome-2a81aa4803430ed1b9df213093b2a4a5cb15afff.tar.gz freebsd-ports-gnome-2a81aa4803430ed1b9df213093b2a4a5cb15afff.tar.zst freebsd-ports-gnome-2a81aa4803430ed1b9df213093b2a4a5cb15afff.zip |
- Add missing dependes
Submitted by: pav
Approved by: maintainer implicit
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" |