aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_LDAP2/Makefile
blob: 9e32ce82974672e3cb9dff96ebb0033ff47226b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	Net_LDAP2
PORTVERSION=	2.2.0
PORTEPOCH=	1
CATEGORIES=	net pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	OO interface for searching and manipulating LDAP-entries
WWW=		https://pear.php.net/package/Net_LDAP2

USES=		pear php
USE_PHP=	ldap

.include <bsd.port.mk>