git: 3afbb853eab1 - main - net/pear-Net_LDAP: Add LICENSE
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 19 06:07:44 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3afbb853eab16f0bc4ee353152831472970015c4
commit 3afbb853eab16f0bc4ee353152831472970015c4
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:29:39 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:08 +0000
net/pear-Net_LDAP: Add LICENSE
- Add NO_ARCH
- Update pkg-descr
---
net/pear-Net_LDAP/Makefile | 6 +++++-
net/pear-Net_LDAP/pkg-descr | 18 +++++++++++-------
2 files changed, 16 insertions(+), 8 deletions(-)
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 (<tux at pinguru.net>)
PORTNAME= Net_LDAP
-DISTVERSION= 1.1.5
+PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= net pear
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= OO interface for searching and manipulating LDAP-entries
+LICENSE= LGPL3
+
USES= pear
+NO_ARCH= yes
+
.include <bsd.port.mk>
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
More information about the dev-commits-ports-all
mailing list