diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-12 03:37:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-12 03:37:48 +0000 |
commit | e4f970449ce213d26fe58fb299cdba477617bc4b (patch) | |
tree | 9678e3a697d4655256e077a09b079c52d9eec374 /net | |
parent | ba5b2875c729cfa8e77bd7ba31c8f82250fe1d23 (diff) | |
download | ports-e4f970449ce213d26fe58fb299cdba477617bc4b.tar.gz ports-e4f970449ce213d26fe58fb299cdba477617bc4b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Whois-Raw/Makefile | 14 | ||||
-rw-r--r-- | net/p5-Net-Whois-Raw/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net/p5-Net-Whois-Raw/Makefile b/net/p5-Net-Whois-Raw/Makefile index dd945bddfd23..13683f0349d7 100644 --- a/net/p5-Net-Whois-Raw/Makefile +++ b/net/p5-Net-Whois-Raw/Makefile @@ -6,23 +6,23 @@ # PORTNAME= Net-Whois-Raw -PORTVERSION= 2.37 +PORTVERSION= 2.40 CATEGORIES= net perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DESPAIR PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Very simple Perl interface to query raw whois data -RUN_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/${PERL_ARCH}/Net/IDN/Punycode.pm:${PORTSDIR}/textproc/p5-Net-IDN-Encode \ - ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Net-IDN-Encode>=1:${PORTSDIR}/textproc/p5-Net-IDN-Encode \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Net::Whois::Raw.3 MAN1= pwhois.1 +MAN3= Net::Whois::Raw.3 .include <bsd.port.mk> diff --git a/net/p5-Net-Whois-Raw/distinfo b/net/p5-Net-Whois-Raw/distinfo index 2d8827eff51b..bf5713523743 100644 --- a/net/p5-Net-Whois-Raw/distinfo +++ b/net/p5-Net-Whois-Raw/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-Raw-2.37.tar.gz) = 2eb5e3e3d3c8a117badb65c6bb42bf358a05e62a9bba424ad713f393e2a6efb6 -SIZE (Net-Whois-Raw-2.37.tar.gz) = 48211 +SHA256 (Net-Whois-Raw-2.40.tar.gz) = 6b7dc4a57d988148375e38c984c040aff886f171c7ed14fa1e9d67b8480dd093 +SIZE (Net-Whois-Raw-2.40.tar.gz) = 48859 |