Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:07:40 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3afbb853eab1 - main - net/pear-Net_LDAP: Add LICENSE
Message-ID:  <202109190607.18J67eYp053559@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3afbb853eab16f0bc4ee353152831472970015c4

commit 3afbb853eab16f0bc4ee353152831472970015c4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:29:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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@pinguru.net>)
 
 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 <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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190607.18J67eYp053559>