summaryrefslogtreecommitdiff
path: root/net/pear-Net_LDAP3/Makefile
blob: 83ab6ba38da4c2f3fb3da024358ef0eacf9bebee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.5 2019/11/03 11:45:48 rillig Exp $

DISTNAME=	Net_LDAP3-1.0.5
MASTER_SITES=	${MASTER_SITE_LOCAL}
CATEGORIES+=	net

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Object oriented interface for searching and manipulating LDAP-entries
HOMEPAGE=	https://git.kolab.org/project/profile/27/
LICENSE=	gnu-lgpl-v3

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

PEAR_PACKAGE_XML=	no

NO_CONFIGURE=	yes
USE_TOOLS+=	pax

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