diff options
author | des <des@FreeBSD.org> | 2015-11-02 23:04:52 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-11-02 23:04:52 +0800 |
commit | cb93c9a0fae045e419825e141f5e0d9686559545 (patch) | |
tree | 1b7184bce8e5237c6e35aa1550cad85786755477 /net/p5-srv2pf | |
parent | 25b86e78e2ae70013febc453b774ddffb698b21a (diff) | |
download | freebsd-ports-gnome-cb93c9a0fae045e419825e141f5e0d9686559545.tar.gz freebsd-ports-gnome-cb93c9a0fae045e419825e141f5e0d9686559545.tar.zst freebsd-ports-gnome-cb93c9a0fae045e419825e141f5e0d9686559545.zip |
Three small Perl utilities
Diffstat (limited to 'net/p5-srv2pf')
-rw-r--r-- | net/p5-srv2pf/Makefile | 23 | ||||
-rw-r--r-- | net/p5-srv2pf/distinfo | 2 | ||||
-rw-r--r-- | net/p5-srv2pf/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/net/p5-srv2pf/Makefile b/net/p5-srv2pf/Makefile new file mode 100644 index 000000000000..cc6d90eff3fd --- /dev/null +++ b/net/p5-srv2pf/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= srv2pf +PORTVERSION= 20151101 +CATEGORIES= net +MASTER_SITES= GH + +MAINTAINER= des@FreeBSD.org +COMMENT= Create and update PF tables from LDAP groups + +RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ + 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/srv2pf + +.include <bsd.port.mk> diff --git a/net/p5-srv2pf/distinfo b/net/p5-srv2pf/distinfo new file mode 100644 index 000000000000..43759c7ca6dd --- /dev/null +++ b/net/p5-srv2pf/distinfo @@ -0,0 +1,2 @@ +SHA256 (dag-erling-srv2pf-20151101_GH0.tar.gz) = 901d1bc729c8dc216de84b0ea5bbabc3dcb1aa10fd1cbca8232293aceafa4ef7 +SIZE (dag-erling-srv2pf-20151101_GH0.tar.gz) = 3255 diff --git a/net/p5-srv2pf/pkg-descr b/net/p5-srv2pf/pkg-descr new file mode 100644 index 000000000000..22e6a967cfb1 --- /dev/null +++ b/net/p5-srv2pf/pkg-descr @@ -0,0 +1,4 @@ +The srv2pf utility creates and updates PF tables based on SRV, A or +AAAA records. + +WWW: https://github.com/dag-erling/srv2pf |