diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-11 14:50:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-11 14:50:31 +0000 |
commit | 47ee9228fd5508528cf7ba3c1db99d7323c4bd41 (patch) | |
tree | 1f37c734eee4d4e1cd390025a0b4c5456fecbee8 /net-mgmt | |
parent | 82158fc2002d06ee849e7b36e195773ad10870bf (diff) | |
download | ports-47ee9228fd5508528cf7ba3c1db99d7323c4bd41.tar.gz ports-47ee9228fd5508528cf7ba3c1db99d7323c4bd41.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils/Makefile | 29 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils/pkg-descr | 5 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Abuse-Utils/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 8b630c16ec0f..94ee332980e3 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -176,6 +176,7 @@ SUBDIR += p5-Nagios-Plugin SUBDIR += p5-Nagios-Plugins-Memcached SUBDIR += p5-Net-ACL + SUBDIR += p5-Net-Abuse-Utils SUBDIR += p5-Net-CIDR SUBDIR += p5-Net-IP SUBDIR += p5-Net-IP-Match-Regexp diff --git a/net-mgmt/p5-Net-Abuse-Utils/Makefile b/net-mgmt/p5-Net-Abuse-Utils/Makefile new file mode 100644 index 000000000000..67bd55c040dc --- /dev/null +++ b/net-mgmt/p5-Net-Abuse-Utils/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Net-Abuse-Utils +# Date created: 2008-10-09 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Abuse-Utils +PORTVERSION= 0.09 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Routines useful for processing network abuse + +RUN_DEPENDS= p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address \ + p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-Net-Whois-IP>0:${PORTSDIR}/net/p5-Net-Whois-IP + +PERL_CONFIGURE= yes + +MAN3= Net::Abuse::Utils.3 + +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/examples/ip-info.pl ${PREFIX}/sbin/ + +.include <bsd.port.mk> diff --git a/net-mgmt/p5-Net-Abuse-Utils/distinfo b/net-mgmt/p5-Net-Abuse-Utils/distinfo new file mode 100644 index 000000000000..74907e42ea5a --- /dev/null +++ b/net-mgmt/p5-Net-Abuse-Utils/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Abuse-Utils-0.09.tar.gz) = d2c9a8e97f095983f94b8d3f759a0f92 +SHA256 (Net-Abuse-Utils-0.09.tar.gz) = 9e9c64b5180ed131d78669baa565cfadad292214d7e301473e0be4a2c34cfbaf +SIZE (Net-Abuse-Utils-0.09.tar.gz) = 10216 diff --git a/net-mgmt/p5-Net-Abuse-Utils/pkg-descr b/net-mgmt/p5-Net-Abuse-Utils/pkg-descr new file mode 100644 index 000000000000..27b421bf6472 --- /dev/null +++ b/net-mgmt/p5-Net-Abuse-Utils/pkg-descr @@ -0,0 +1,5 @@ +Net::Abuse::Utils provides serveral functions useful for determining +information about an IP address including contact/reporting addresses, +ASN/network info, reverse dns, and DNSBL listing status. + +WWW: http://search.cpan.org/dist/Net-Abuse-Utils/ diff --git a/net-mgmt/p5-Net-Abuse-Utils/pkg-plist b/net-mgmt/p5-Net-Abuse-Utils/pkg-plist new file mode 100644 index 000000000000..c6f125033580 --- /dev/null +++ b/net-mgmt/p5-Net-Abuse-Utils/pkg-plist @@ -0,0 +1,9 @@ +@comment $FreeBSD$ +sbin/ip-info.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/.packlist +%%SITE_PERL%%/Net/Abuse/Utils.pm +@dirrmtry %%SITE_PERL%%/Net/Abuse +@dirrmtry %%SITE_PERL%%/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |