diff options
author | culot <culot@FreeBSD.org> | 2014-03-03 18:16:14 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-03-03 18:16:14 +0800 |
commit | be28967edc4780c7a77a7cc8bed75e49aefd44dd (patch) | |
tree | b847a36e44fdb4e9550e1226d4a405442c6e4cd4 /net-mgmt | |
parent | 9aae1c82b6c2d7270f69b1f94038879d724143bb (diff) | |
download | freebsd-ports-gnome-be28967edc4780c7a77a7cc8bed75e49aefd44dd.tar.gz freebsd-ports-gnome-be28967edc4780c7a77a7cc8bed75e49aefd44dd.tar.zst freebsd-ports-gnome-be28967edc4780c7a77a7cc8bed75e49aefd44dd.zip |
Net::Abuse::Utils::Spamhaus is a Perl extension for checking data
against the spamhaus blacklists.
WWW: http://search.cpan.org/dist/Net-Abuse-Utils-Spamhaus/
PR: ports/187093
Submitted by: Paul Schmehl <pauls@utdallas.edu>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile | 21 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-descr | 4 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-plist | 10 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 222957a4484e..a0f8e9e2639f 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -216,6 +216,7 @@ SUBDIR += p5-Nagios-Plugins-Memcached SUBDIR += p5-Net-ACL SUBDIR += p5-Net-Abuse-Utils + SUBDIR += p5-Net-Abuse-Utils-Spamhaus SUBDIR += p5-Net-CIDR SUBDIR += p5-Net-ILO SUBDIR += p5-Net-IP diff --git a/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile new file mode 100644 index 000000000000..f7a7936f25ea --- /dev/null +++ b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Net-Abuse-Utils-Spamhaus +PORTVERSION= 0.04 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pauls@utdallas.edu +COMMENT= Routines useful for checking data against the spamhaus blacklists + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Net-DNS>=0.72:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo new file mode 100644 index 000000000000..434268719e01 --- /dev/null +++ b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-Abuse-Utils-Spamhaus-0.04.tar.gz) = 5abc1555cc1cdd309ded6c6d5520c590d8879845e52fdab09aa71bc2d0a2bc0b +SIZE (Net-Abuse-Utils-Spamhaus-0.04.tar.gz) = 20353 diff --git a/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-descr b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-descr new file mode 100644 index 000000000000..880648002e83 --- /dev/null +++ b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-descr @@ -0,0 +1,4 @@ +Net::Abuse::Utils::Spamhaus is a Perl extension for checking data +against the spamhaus blacklists. + +WWW: http://search.cpan.org/dist/Net-Abuse-Utils-Spamhaus/ diff --git a/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-plist b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-plist new file mode 100644 index 000000000000..17165815509c --- /dev/null +++ b/net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-plist @@ -0,0 +1,10 @@ +%%PERL5_MAN3%%/Net::Abuse::Utils::Spamhaus.3.gz +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/Spamhaus/.packlist +%%SITE_PERL%%/Net/Abuse/Utils/Spamhaus.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/Spamhaus +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/Abuse/Utils +@dirrmtry %%SITE_PERL%%/Net/Abuse +@dirrmtry %%SITE_PERL%%/Net |