diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-14 16:28:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-14 16:28:45 +0000 |
commit | 3f86e0748e3a5d5c3d8fd11a85fa142e8fd73bb8 (patch) | |
tree | 94fa16a989942251981765f28e8f9e5bb617af6e /net/p5-Net-Whois-ARIN | |
parent | a61b6866d82f57172118546624f12c64eb7f2dc5 (diff) | |
download | ports-3f86e0748e3a5d5c3d8fd11a85fa142e8fd73bb8.tar.gz ports-3f86e0748e3a5d5c3d8fd11a85fa142e8fd73bb8.zip |
Notes
Diffstat (limited to 'net/p5-Net-Whois-ARIN')
-rw-r--r-- | net/p5-Net-Whois-ARIN/Makefile | 16 | ||||
-rw-r--r-- | net/p5-Net-Whois-ARIN/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Whois-ARIN/pkg-descr | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net/p5-Net-Whois-ARIN/Makefile b/net/p5-Net-Whois-ARIN/Makefile index 0db6b7d3b6fe..7bc775a4d838 100644 --- a/net/p5-Net-Whois-ARIN/Makefile +++ b/net/p5-Net-Whois-ARIN/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Whois-ARIN -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= ARIN whois client -MAN3= Net::Whois::ARIN.3 \ - Net::Whois::ARIN::AS.3 \ - Net::Whois::ARIN::Contact.3 \ - Net::Whois::ARIN::Customer.3 \ - Net::Whois::ARIN::Network.3 \ - Net::Whois::ARIN::Organization.3 - PERL_CONFIGURE= yes +MAN3= Net::Whois::ARIN.3 \ + Net::Whois::ARIN::AS.3 \ + Net::Whois::ARIN::Contact.3 \ + Net::Whois::ARIN::Customer.3 \ + Net::Whois::ARIN::Network.3 \ + Net::Whois::ARIN::Organization.3 + .include <bsd.port.mk> diff --git a/net/p5-Net-Whois-ARIN/distinfo b/net/p5-Net-Whois-ARIN/distinfo index bec3f1e1e88a..2980b59413a7 100644 --- a/net/p5-Net-Whois-ARIN/distinfo +++ b/net/p5-Net-Whois-ARIN/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-ARIN-0.11.tar.gz) = d47a6720ff265674cbd918d866c73221be9916d81e1c30ccdb0d49e6b45110e8 -SIZE (Net-Whois-ARIN-0.11.tar.gz) = 11058 +SHA256 (Net-Whois-ARIN-0.12.tar.gz) = d3f46d1cf054f21dde93b05492ca770f0cbe0fee18545912b932e1494a123f8a +SIZE (Net-Whois-ARIN-0.12.tar.gz) = 11104 diff --git a/net/p5-Net-Whois-ARIN/pkg-descr b/net/p5-Net-Whois-ARIN/pkg-descr index 2e2119042e51..4dcdfdb7e49c 100644 --- a/net/p5-Net-Whois-ARIN/pkg-descr +++ b/net/p5-Net-Whois-ARIN/pkg-descr @@ -3,5 +3,5 @@ takes care of connecting to an ARIN whois server, sending your whois requests, and parsing the whois output. The whois records are returned as lists of Net::Whois::ARIN::* instances. -WWW: http://search.cpan.org/dist/Net-Whois-ARIN +WWW: http://search.cpan.org/dist/Net-Whois-ARIN/ Author: Todd Caine <todd.caine at gmail.com> |