Add LICENSE_FILE

- Update COMMENT
- Update pkg-descr
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2018-05-16 00:01:01 +00:00
parent d2abd6549f
commit 6addc3e8f6
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -6,11 +6,12 @@ CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module to construct LDAP filter statments
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build LDAP filter statements
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
+3 -2
View File
@@ -1,4 +1,5 @@
Perl convenience module which simplifies the construction of LDAP query filter
statments as described in RFC-4515.
Net::LDAP::FilterBuilder is a convenience module which greatly simplifies the
construction of LDAP query filter statements, which are described in RFC 4515
and also the Net::LDAP::Filter manual page.
WWW: http://search.cpan.org/dist/Net-LDAP-FilterBuilder/