diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-21 22:19:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-21 22:19:26 +0800 |
commit | d357800ab4db3618d0e1c5a06433cf901df2dc28 (patch) | |
tree | 3aadd18ce98b287b6928f626e72efbfff3df875c /net/Makefile | |
parent | 683900c83c95f40e44a99ff1fed09a8bb84fb1c8 (diff) | |
download | freebsd-ports-gnome-d357800ab4db3618d0e1c5a06433cf901df2dc28.tar.gz freebsd-ports-gnome-d357800ab4db3618d0e1c5a06433cf901df2dc28.tar.zst freebsd-ports-gnome-d357800ab4db3618d0e1c5a06433cf901df2dc28.zip |
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
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index eb33a73ab462..66bd4b23ae6a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 |