pkgsrc/net/pear-Net_LDAP2/Makefile
wen 4c552498aa Update to 2.1.0
Upstream changes:
2.1.0
Changelog:

* New feature: Filter::matches() can do simple filtering on entry sets (supported: equals, contain, begin, end, any; NOT, AND, OR. Filtering is simple based on regexp, no schema checks and matchRules yet!)
* Fixed minor bugs in Filter, LDAP and Entry class
* Util::split_attribute_string(): Added support for extended match operators from filters
* Util::split_attribute_string(): Added support for delimeter retrieval
2014-07-19 02:50:41 +00:00

13 lines
371 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/07/19 02:50:41 wen Exp $
DISTNAME= Net_LDAP2-2.1.0
CATEGORIES+= net
MAINTAINER= wenheping@gmail.com
COMMENT= Object oriented interface for searching and manipulating LDAP-entries
LICENSE= gnu-lgpl-v3
DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=5.2.12:../../databases/php-ldap
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"