summaryrefslogtreecommitdiffstats
path: root/net/pear-Net_LDAP2/Makefile
blob: 377b06743a15b8064c438b290dffb35f68e73be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Ports collection makefile for:  pear-Net_LDAP
# Date created:			  26 June 2004
# Whom:				  Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#

PORTNAME=	Net_LDAP
PORTVERSION=	0.6.6
CATEGORIES=	net pear

MAINTAINER=	tux@pinguru.net
COMMENT=	OO interface for searching and manipulating LDAP-entries

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PHP=	ldap
CATEGORY=	Net
FILES=		LDAP.php \
		LDAP/Entry.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
TESTS=		tests.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud