aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-LDAP-FilterBuilder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-LDAP-FilterBuilder/Makefile')
-rw-r--r--net/p5-Net-LDAP-FilterBuilder/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP-FilterBuilder/Makefile b/net/p5-Net-LDAP-FilterBuilder/Makefile
new file mode 100644
index 000000000000..b194b5115a42
--- /dev/null
+++ b/net/p5-Net-LDAP-FilterBuilder/Makefile
@@ -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>