diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-25 20:17:24 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-25 20:17:24 +0000 |
commit | 24a90a7aa23f70b4f4b879d9000ff7b32c99387d (patch) | |
tree | 01e7c649eae4a97ececaf48ecd79bc1e0a613fe0 /net/p5-Net-Whois-IP | |
parent | eca2e18194243fdee5ce8843b1fac0a5cbfd0d04 (diff) | |
download | ports-24a90a7aa23f70b4f4b879d9000ff7b32c99387d.tar.gz ports-24a90a7aa23f70b4f4b879d9000ff7b32c99387d.zip |
Notes
Diffstat (limited to 'net/p5-Net-Whois-IP')
-rw-r--r-- | net/p5-Net-Whois-IP/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-Whois-IP/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Whois-IP/pkg-descr | 7 | ||||
-rw-r--r-- | net/p5-Net-Whois-IP/pkg-plist | 11 |
4 files changed, 43 insertions, 0 deletions
diff --git a/net/p5-Net-Whois-IP/Makefile b/net/p5-Net-Whois-IP/Makefile new file mode 100644 index 000000000000..178040104ecb --- /dev/null +++ b/net/p5-Net-Whois-IP/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-Whois-IP +# Date created: 25 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Whois-IP +PORTVERSION= 1.01 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Perl extension for looking up the whois information for ip addresses + +MAN3= Net::Whois::IP.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net/p5-Net-Whois-IP/distinfo b/net/p5-Net-Whois-IP/distinfo new file mode 100644 index 000000000000..ca48625da602 --- /dev/null +++ b/net/p5-Net-Whois-IP/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Whois-IP-1.01.tar.gz) = 653492738c0a7b3ae72f6ded3f7fe336 +SHA256 (Net-Whois-IP-1.01.tar.gz) = 70cd5562689e77b69800afc6094ff26d95fde36fdaf2a0d62801a44d5152e77f +SIZE (Net-Whois-IP-1.01.tar.gz) = 4641 diff --git a/net/p5-Net-Whois-IP/pkg-descr b/net/p5-Net-Whois-IP/pkg-descr new file mode 100644 index 000000000000..72921e6202bb --- /dev/null +++ b/net/p5-Net-Whois-IP/pkg-descr @@ -0,0 +1,7 @@ +Perl module to allow whois lookup of ip addresses. This module should +recursively query the various whois providers until it gets the more +detailed information including either TechPhone or OrgTechPhone by +default; however, this is overrideable. + +WWW: http://search.cpan.org/dist/Net-Whois-IP +Author: Ben Schmitz <ben@foink.com> diff --git a/net/p5-Net-Whois-IP/pkg-plist b/net/p5-Net-Whois-IP/pkg-plist new file mode 100644 index 000000000000..41f86d24dc56 --- /dev/null +++ b/net/p5-Net-Whois-IP/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/Net/Whois/IP.pm +%%SITE_PERL%%/auto/Net/Whois/IP/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/IP/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois/IP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Whois +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/auto/Net/Whois/IP +@dirrmtry %%SITE_PERL%%/auto/Net/Whois +@dirrmtry %%SITE_PERL%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/Whois +@dirrmtry %%SITE_PERL%%/Net |