diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-08-10 23:29:12 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-08-10 23:29:12 +0800 |
commit | 4640f3738190ba89ee82643c4b848b85f11ea963 (patch) | |
tree | c254a4ed41e2e1e140ec848e44b7088588154c94 /www | |
parent | eb2c0d70fa1f90b451d3618bf19da589ddcf0922 (diff) | |
download | freebsd-ports-gnome-4640f3738190ba89ee82643c4b848b85f11ea963.tar.gz freebsd-ports-gnome-4640f3738190ba89ee82643c4b848b85f11ea963.tar.zst freebsd-ports-gnome-4640f3738190ba89ee82643c4b848b85f11ea963.zip |
- Upgrade to 0.06.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-LWP-Protocol-PSGI/Makefile | 8 | ||||
-rw-r--r-- | www/p5-LWP-Protocol-PSGI/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-LWP-Protocol-PSGI/Makefile b/www/p5-LWP-Protocol-PSGI/Makefile index f80c21e459f5..fa3c3bf1053b 100644 --- a/www/p5-LWP-Protocol-PSGI/Makefile +++ b/www/p5-LWP-Protocol-PSGI/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= LWP-Protocol-PSGI -PORTVERSION= 0.04 +PORTVERSION= 0.06 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,13 @@ RUN_DEPENDS= \ p5-Guard>0:${PORTSDIR}/devel/p5-Guard \ p5-Plack>0:${PORTSDIR}/www/p5-Plack \ p5-libwww>=5:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny TEST_DEPENDS= \ p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= modbuild MAN3= LWP::Protocol::PSGI.3 diff --git a/www/p5-LWP-Protocol-PSGI/distinfo b/www/p5-LWP-Protocol-PSGI/distinfo index 508f429ec8cf..1cc9fa88e2ba 100644 --- a/www/p5-LWP-Protocol-PSGI/distinfo +++ b/www/p5-LWP-Protocol-PSGI/distinfo @@ -1,2 +1,2 @@ -SHA256 (LWP-Protocol-PSGI-0.04.tar.gz) = d30f7919fb1e1887aca581345450d25cc570671ef566bbba269d2b0e298e395e -SIZE (LWP-Protocol-PSGI-0.04.tar.gz) = 23489 +SHA256 (LWP-Protocol-PSGI-0.06.tar.gz) = 4b03df9fad689808435415a4ac3c4839fae40ec854888adef463fc50c1581143 +SIZE (LWP-Protocol-PSGI-0.06.tar.gz) = 12662 |