summaryrefslogtreecommitdiff
path: root/net/pear-Net_LDAP2/Makefile
blob: a1096fc14057d2cf80a97a45222669d0d6440a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.8 2019/11/03 11:45:48 rillig Exp $

DISTNAME=	Net_LDAP2-2.2.0
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

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