diff --git a/net/pear-Net_LDAP/Makefile b/net/pear-Net_LDAP/Makefile index cc1cfe11919a..a80daddb51e4 100644 --- a/net/pear-Net_LDAP/Makefile +++ b/net/pear-Net_LDAP/Makefile @@ -1,13 +1,17 @@ # Created by: Gerrit Beine () PORTNAME= Net_LDAP -DISTVERSION= 1.1.5 +PORTVERSION= 1.1.5 PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= OO interface for searching and manipulating LDAP-entries +LICENSE= LGPL3 + USES= pear +NO_ARCH= yes + .include diff --git a/net/pear-Net_LDAP/pkg-descr b/net/pear-Net_LDAP/pkg-descr index 6a56e933a036..ade1b4b38cf6 100644 --- a/net/pear-Net_LDAP/pkg-descr +++ b/net/pear-Net_LDAP/pkg-descr @@ -1,9 +1,13 @@ -Net Ldap is a clone of Perls Net::LDAP object interface to -ldapservers. It does not contain all of Net::LDAPs features, -but has: -* A simple OO-interface to connections, searches and entries. -* Support for tls and ldap v3. -* Simple modification, deletion and creation of ldapentries. -* Support for schema handling. +Net_LDAP is a clone of Perls Net::LDAP object interface to directory servers. It +does contain most of Net::LDAPs features but has some own too. + +With Net_LDAP you have: +- A simple object-oriented interface to connections, searches entries and + filters. +- Support for tls and ldap v3. +- Simple modification, deletion and creation of ldap entries. +- Support for schema handling. + +Net_LDAP layers itself on top of PHP's existing ldap extensions. WWW: https://pear.php.net/package/Net_LDAP