diff --git a/net/p5-Net-LDAP-FilterBuilder/Makefile b/net/p5-Net-LDAP-FilterBuilder/Makefile index cd9fe3670d71..1f505715a21c 100644 --- a/net/p5-Net-LDAP-FilterBuilder/Makefile +++ b/net/p5-Net-LDAP-FilterBuilder/Makefile @@ -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 diff --git a/net/p5-Net-LDAP-FilterBuilder/pkg-descr b/net/p5-Net-LDAP-FilterBuilder/pkg-descr index 9586fffa931d..552fc72eb399 100644 --- a/net/p5-Net-LDAP-FilterBuilder/pkg-descr +++ b/net/p5-Net-LDAP-FilterBuilder/pkg-descr @@ -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/