aboutsummaryrefslogtreecommitdiff
path: root/net/p5-ldap2pf
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-11-02 15:04:52 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-11-02 15:04:52 +0000
commite86bc7ad8fa4d9ca95a75412588e4d968a431450 (patch)
tree1b7184bce8e5237c6e35aa1550cad85786755477 /net/p5-ldap2pf
parente1f0963e3bb6a4108aeb1d0f02aaf8fc98026097 (diff)
downloadports-e86bc7ad8fa4d9ca95a75412588e4d968a431450.tar.gz
ports-e86bc7ad8fa4d9ca95a75412588e4d968a431450.zip
Notes
Diffstat (limited to 'net/p5-ldap2pf')
-rw-r--r--net/p5-ldap2pf/Makefile26
-rw-r--r--net/p5-ldap2pf/distinfo2
-rw-r--r--net/p5-ldap2pf/pkg-descr4
3 files changed, 32 insertions, 0 deletions
diff --git a/net/p5-ldap2pf/Makefile b/net/p5-ldap2pf/Makefile
new file mode 100644
index 000000000000..a042dba41535
--- /dev/null
+++ b/net/p5-ldap2pf/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= ldap2pf
+PORTVERSION= 20151101
+CATEGORIES= net
+MASTER_SITES= GH
+
+MAINTAINER= des@FreeBSD.org
+COMMENT= Create and update PF tables from LDAP groups
+
+RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \
+ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \
+ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
+ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
+ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
+
+USE_GITHUB= yes
+GH_ACCOUNT= dag-erling
+
+USES= perl5
+USE_PERL5= configure run
+
+PLIST_FILES= bin/ldap2pf
+
+.include <bsd.port.mk>
diff --git a/net/p5-ldap2pf/distinfo b/net/p5-ldap2pf/distinfo
new file mode 100644
index 000000000000..3ab7c98a95e3
--- /dev/null
+++ b/net/p5-ldap2pf/distinfo
@@ -0,0 +1,2 @@
+SHA256 (dag-erling-ldap2pf-20151101_GH0.tar.gz) = 29a30e27fdf91147ec06e1e3d766bc11f977510041eb52d1cefdff2b47c376a1
+SIZE (dag-erling-ldap2pf-20151101_GH0.tar.gz) = 4784
diff --git a/net/p5-ldap2pf/pkg-descr b/net/p5-ldap2pf/pkg-descr
new file mode 100644
index 000000000000..8979d8a4a80f
--- /dev/null
+++ b/net/p5-ldap2pf/pkg-descr
@@ -0,0 +1,4 @@
+The ldap2pf utility creates and updates PF tables that reflect the
+membership of LDAP groups.
+
+WWW: https://github.com/dag-erling/ldap2pf