freebsd-ports/net/pear-Net_LDAP2/Makefile
2023-05-27 12:08:16 +08:00

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>