diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-20 11:48:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-20 11:48:46 +0000 |
commit | 0a761a88bbc11fda8f67b075194e9147cfd12477 (patch) | |
tree | c09136b554f27d71cb6916ff354cc0a24523bfd3 /net/p5-POE-Component-Client-Whois | |
parent | 3da96d120cd950f441092d9a7837c39186d7cc54 (diff) |
Notes
Diffstat (limited to 'net/p5-POE-Component-Client-Whois')
-rw-r--r-- | net/p5-POE-Component-Client-Whois/Makefile | 15 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Whois/distinfo | 4 | ||||
-rw-r--r-- | net/p5-POE-Component-Client-Whois/pkg-plist | 5 |
3 files changed, 13 insertions, 11 deletions
diff --git a/net/p5-POE-Component-Client-Whois/Makefile b/net/p5-POE-Component-Client-Whois/Makefile index 1a16eb3eaf5f..1a13e921e881 100644 --- a/net/p5-POE-Component-Client-Whois/Makefile +++ b/net/p5-POE-Component-Client-Whois/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-Whois -PORTVERSION= 1.28 +PORTVERSION= 1.30 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,15 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= One shot non-blocking RFC 812 WHOIS query -RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \ - p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Net-Netmask>=1.9012:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ + p5-POE>=1.004:${PORTSDIR}/devel/p5-POE +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= POE::Component::Client::Whois.3 \ - POE::Component::Client::Whois::IPBlks.3 \ - POE::Component::Client::Whois::TLDList.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-POE-Component-Client-Whois/distinfo b/net/p5-POE-Component-Client-Whois/distinfo index dd8ffbf49346..992e098f7a3f 100644 --- a/net/p5-POE-Component-Client-Whois/distinfo +++ b/net/p5-POE-Component-Client-Whois/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-Whois-1.28.tar.gz) = 1e9cb81616ca95a5a4280bbdf8476393bd416128eecd953e6c6467add9d2f90d -SIZE (POE-Component-Client-Whois-1.28.tar.gz) = 34673 +SHA256 (POE-Component-Client-Whois-1.30.tar.gz) = f9c58917c1367ee6d9ee8405acb802cb3578ddd3be397a58bc2bb4c92bdd35ad +SIZE (POE-Component-Client-Whois-1.30.tar.gz) = 29792 diff --git a/net/p5-POE-Component-Client-Whois/pkg-plist b/net/p5-POE-Component-Client-Whois/pkg-plist index 1cc6a5a896ec..ceff78b4dc09 100644 --- a/net/p5-POE-Component-Client-Whois/pkg-plist +++ b/net/p5-POE-Component-Client-Whois/pkg-plist @@ -1,7 +1,10 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Whois/.packlist %%SITE_PERL%%/POE/Component/Client/Whois.pm %%SITE_PERL%%/POE/Component/Client/Whois/IPBlks.pm %%SITE_PERL%%/POE/Component/Client/Whois/TLDList.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Whois/.packlist +%%PERL5_MAN3%%/POE::Component::Client::Whois.3.gz +%%PERL5_MAN3%%/POE::Component::Client::Whois::IPBlks.3.gz +%%PERL5_MAN3%%/POE::Component::Client::Whois::TLDList.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/Whois @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component |