summaryrefslogtreecommitdiff
path: root/net/pear-Net_LDAP2/Makefile
blob: b7980335b46e966ad04559a90c78423500cae29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.2 2010/02/16 16:42:10 taca Exp $

DISTNAME=	Net_LDAP2-2.0.8
CATEGORIES+=	net

MAINTAINER=	wenheping@gmail.com
COMMENT=	Object oriented interface for searching and manipulating LDAP-entries
LICENSE=	gnu-lgpl-v3

DEPENDS+=      ${PHP_PKG_PREFIX}-ldap>=5.2.12:../../databases/php-ldap

PKG_DESTDIR_SUPPORT=	user-destdir

.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"