freebsd-ports/net/pear-Net_LDAP/Makefile
Martin Wilke c495a2eafe - Update to 1.0.0 Rc4
PR:		116635
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2007-09-27 21:03:35 +00:00

32 lines
878 B
Makefile

# Ports collection makefile for: pear-Net_LDAP
# Date created: 26 June 2004
# Whom: Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#
PORTNAME= Net_LDAP
DISTVERSION= 1.0.0RC4
CATEGORIES= net pear
MAINTAINER= gerrit.beine@gmx.de
COMMENT= OO interface for searching and manipulating LDAP-entries
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= ldap
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 Schema.txt utf8.txt manual.html
_DOCSDIR= doc
TESTS= tests.php
EXAMPLES= add_entry.php connecting.php fetch_entry.php \
modify_entry.php modify_entry2.php search_entries.php
_EXAMPLESDIR= doc/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>