mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Add LICENSE_FILE
- Update COMMENT - Update pkg-descr - Take maintainership
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user