2005-09-14 22:25:18 +02:00
|
|
|
# Ports collection makefile for: pear-Net_LDAP
|
|
|
|
# Date created: 26 June 2004
|
|
|
|
# Whom: Gerrit Beine (<tux@pinguru.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net_LDAP
|
2007-09-27 23:03:35 +02:00
|
|
|
DISTVERSION= 1.0.0RC4
|
2005-09-14 22:25:18 +02:00
|
|
|
CATEGORIES= net pear
|
|
|
|
|
2006-04-15 13:47:42 +02:00
|
|
|
MAINTAINER= gerrit.beine@gmx.de
|
2005-09-14 22:25:18 +02:00
|
|
|
COMMENT= OO interface for searching and manipulating LDAP-entries
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-09-14 22:25:18 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_PHP= ldap
|
|
|
|
CATEGORY= Net
|
|
|
|
FILES= LDAP.php \
|
2007-05-01 04:50:05 +02:00
|
|
|
LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \
|
|
|
|
LDAP/Schema.php LDAP/Search.php LDAP/Util.php
|
2007-09-27 23:03:35 +02:00
|
|
|
DOCS= README.txt RootDSE.txt Schema.txt utf8.txt manual.html
|
2007-06-26 10:37:43 +02:00
|
|
|
_DOCSDIR= doc
|
2005-09-14 22:25:18 +02:00
|
|
|
TESTS= tests.php
|
2007-06-26 10:37:43 +02:00
|
|
|
EXAMPLES= add_entry.php connecting.php fetch_entry.php \
|
2007-09-27 23:03:35 +02:00
|
|
|
modify_entry.php modify_entry2.php search_entries.php
|
2007-06-26 10:37:43 +02:00
|
|
|
_EXAMPLESDIR= doc/examples
|
2005-09-14 22:25:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-09-14 22:25:18 +02:00
|
|
|
.include <bsd.port.post.mk>
|