Perl convenience module which simplifies the construction of LDAP query filter
statments as described in RFC-4515. WWW: http://search.cpan.org/dist/Net-LDAP-FilterBuilder/ PR: 204062 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4634
This commit is contained in:
parent
5ceffa7537
commit
047add4399
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404107
5 changed files with 27 additions and 0 deletions
|
@ -624,6 +624,7 @@
|
|||
SUBDIR += p5-Net-LDAP-AutoDNs
|
||||
SUBDIR += p5-Net-LDAP-AutoServer
|
||||
SUBDIR += p5-Net-LDAP-Express
|
||||
SUBDIR += p5-Net-LDAP-FilterBuilder
|
||||
SUBDIR += p5-Net-LDAP-LDAPhash
|
||||
SUBDIR += p5-Net-LDAP-Makepath
|
||||
SUBDIR += p5-Net-LDAP-Server
|
||||
|
|
18
net/p5-Net-LDAP-FilterBuilder/Makefile
Normal file
18
net/p5-Net-LDAP-FilterBuilder/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-LDAP-FilterBuilder
|
||||
PORTVERSION= 1.0004
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jeremybbaggs@gmail.com
|
||||
COMMENT= Perl module to construct LDAP filter statments
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-LDAP-FilterBuilder/distinfo
Normal file
2
net/p5-Net-LDAP-FilterBuilder/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-LDAP-FilterBuilder-1.0004.tar.gz) = 67e67a0b751f5be219772f666383a07867eb74c9cc0fc4b188ec891b952c6367
|
||||
SIZE (Net-LDAP-FilterBuilder-1.0004.tar.gz) = 16059
|
4
net/p5-Net-LDAP-FilterBuilder/pkg-descr
Normal file
4
net/p5-Net-LDAP-FilterBuilder/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Perl convenience module which simplifies the construction of LDAP query filter
|
||||
statments as described in RFC-4515.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-LDAP-FilterBuilder/
|
2
net/p5-Net-LDAP-FilterBuilder/pkg-plist
Normal file
2
net/p5-Net-LDAP-FilterBuilder/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Net/LDAP/FilterBuilder.pm
|
||||
%%PERL5_MAN3%%/Net::LDAP::FilterBuilder.3.gz
|
Loading…
Reference in a new issue