- Add missing dependes

Submitted by:	pav
Approved by:	maintainer implicit
This commit is contained in:
Martin Wilke 2007-06-26 08:37:43 +00:00
parent a1af1070d6
commit 89e355f39a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194284
2 changed files with 12 additions and 4 deletions

View file

@ -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"

View file

@ -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"