fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
15 lines
281 B
Makefile
15 lines
281 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_LDAP2
|
|
PORTVERSION= 2.2.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= OO interface for searching and manipulating LDAP-entries
|
|
|
|
USES= pear
|
|
USE_PHP= ldap
|
|
|
|
.include <bsd.port.mk>
|