summaryrefslogtreecommitdiff
path: root/net/pear-Net_LDAP2/Makefile
blob: 2e8fe9620ef61fe251363c795e806af9743025fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.3 2010/03/15 07:51:06 taca Exp $

DISTNAME=	Net_LDAP2-2.0.9
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"