diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-09-06 07:04:56 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-09-06 07:04:56 +0000 |
commit | 98ce82f4f59730bae4b4a09ec1968909b8f38004 (patch) | |
tree | 1d5524fdd7558d517d02dfd8709a28c872b005d1 /net | |
parent | ee79f6d785df6f3cd95e310217b654e7ddbf984a (diff) | |
download | ports-98ce82f4f59730bae4b4a09ec1968909b8f38004.tar.gz ports-98ce82f4f59730bae4b4a09ec1968909b8f38004.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Whois-IP/Makefile | 16 | ||||
-rw-r--r-- | net/p5-Net-Whois-IP/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Whois-IP/pkg-descr | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/net/p5-Net-Whois-IP/Makefile b/net/p5-Net-Whois-IP/Makefile index da94ba0174e8..7a395f613440 100644 --- a/net/p5-Net-Whois-IP/Makefile +++ b/net/p5-Net-Whois-IP/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Net-Whois-IP -# Date created: 25 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-Whois-IP -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Perl extension for looking up the whois information for IP addresses -MAN3= Net::Whois::IP.3 +BUILD_DEPENDS= p5-Regexp-IPv6>=0.02:${PORTSDIR}/textproc/p5-Regexp-IPv6 +RUN_DEPENDS+= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +MAN3= Net::Whois::IP.3 + +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/net/p5-Net-Whois-IP/distinfo b/net/p5-Net-Whois-IP/distinfo index 8f863bf7e0bf..fe0b5ae8a3c2 100644 --- a/net/p5-Net-Whois-IP/distinfo +++ b/net/p5-Net-Whois-IP/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-IP-1.10.tar.gz) = f6fcf44ebc3ad683cfa711e80f3eddfc41a9473d9963d095c43e40d5c79862ad -SIZE (Net-Whois-IP-1.10.tar.gz) = 25379 +SHA256 (Net-Whois-IP-1.12.tar.gz) = 8bba302d94021e79c9355791f270c85fe4e207dcc5567cda7b5f4fcfcb1036fc +SIZE (Net-Whois-IP-1.12.tar.gz) = 24897 diff --git a/net/p5-Net-Whois-IP/pkg-descr b/net/p5-Net-Whois-IP/pkg-descr index 3d3335223793..2700e474a90e 100644 --- a/net/p5-Net-Whois-IP/pkg-descr +++ b/net/p5-Net-Whois-IP/pkg-descr @@ -3,4 +3,4 @@ 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 +WWW: http://search.cpan.org/dist/Net-Whois-IP/ |