mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
16 lines
288 B
Makefile
16 lines
288 B
Makefile
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
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= pear php
|
|
USE_PHP= ldap
|
|
|
|
.include <bsd.port.mk>
|