diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-03 15:50:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-03 15:50:39 +0000 |
commit | 69b6ac5e1014c21c45d1456a67392d5733a7702a (patch) | |
tree | 84f2c7cfb45e28eac5d69ea5065cd02872df7425 /net/p5-Net-GitHub | |
parent | e57dd04689d0515a8c187cb31edb2802b1f182e8 (diff) | |
download | ports-69b6ac5e1014c21c45d1456a67392d5733a7702a.tar.gz ports-69b6ac5e1014c21c45d1456a67392d5733a7702a.zip |
Notes
Diffstat (limited to 'net/p5-Net-GitHub')
-rw-r--r-- | net/p5-Net-GitHub/Makefile | 25 | ||||
-rw-r--r-- | net/p5-Net-GitHub/distinfo | 4 |
2 files changed, 15 insertions, 14 deletions
diff --git a/net/p5-Net-GitHub/Makefile b/net/p5-Net-GitHub/Makefile index 66beaee2502f..2575aed9b052 100644 --- a/net/p5-Net-GitHub/Makefile +++ b/net/p5-Net-GitHub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-GitHub -DISTVERSION= 0.44 +DISTVERSION= 0.45 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FAYLAND @@ -18,17 +18,18 @@ COMMENT= Perl interface to github.com LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI \ - p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-WWW-Mechanize-GZip>0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \ - p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \ - p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ - p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-Test-MockModule>0:${PORTSDIR}/devel/p5-Test-MockModule \ - p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any \ + p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule PERL_CONFIGURE= yes diff --git a/net/p5-Net-GitHub/distinfo b/net/p5-Net-GitHub/distinfo index 788b7c31b581..d1c9045d0e6a 100644 --- a/net/p5-Net-GitHub/distinfo +++ b/net/p5-Net-GitHub/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-GitHub-0.44.tar.gz) = a1e5ace47009a1dbde1e91800672dff4d6833fb01e4d6e995a1d3097dc139b7a -SIZE (Net-GitHub-0.44.tar.gz) = 49551 +SHA256 (Net-GitHub-0.45.tar.gz) = 12f0e10a4cd98bf7bd7d2946983d49a1e26ebac014d27b74d535d6c64f16ee9a +SIZE (Net-GitHub-0.45.tar.gz) = 50313 |