diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 21:58:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 21:58:48 +0800 |
commit | 6ee5246fe4555aa9512c9f1f5eb282b763687691 (patch) | |
tree | 7b06a7a55253828c6a4cbef5496bd1cce7b3aa1c | |
parent | 40c45f287f5badf0e8baf65521e0288755962525 (diff) | |
download | freebsd-ports-gnome-6ee5246fe4555aa9512c9f1f5eb282b763687691.tar.gz freebsd-ports-gnome-6ee5246fe4555aa9512c9f1f5eb282b763687691.tar.zst freebsd-ports-gnome-6ee5246fe4555aa9512c9f1f5eb282b763687691.zip |
- Update to 0.15
Changes: http://search.cpan.org/dist/Router-Simple/Changes
-rw-r--r-- | www/p5-Router-Simple/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Router-Simple/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/p5-Router-Simple/Makefile b/www/p5-Router-Simple/Makefile index d4f343daddab..e8e41bcd031c 100644 --- a/www/p5-Router-Simple/Makefile +++ b/www/p5-Router-Simple/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Router-Simple -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= www net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOKUHIROM @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_STAGE= yes USE_PERL5= modbuild USES= perl5 @@ -26,10 +27,11 @@ MAN3= Router::Simple.3 \ Router::Simple::Route.3 \ Router::Simple::SubMapper.3 -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta +RUN_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple .endif diff --git a/www/p5-Router-Simple/distinfo b/www/p5-Router-Simple/distinfo index cc8edad018a3..a99fe3d1a4c7 100644 --- a/www/p5-Router-Simple/distinfo +++ b/www/p5-Router-Simple/distinfo @@ -1,2 +1,2 @@ -SHA256 (Router-Simple-0.14.tar.gz) = fded4044bd3a27f510d5ae39f848af12e448b09a46ab6e98851de149239d716b -SIZE (Router-Simple-0.14.tar.gz) = 22909 +SHA256 (Router-Simple-0.15.tar.gz) = 82146cf58dcd1a9f5fd322d105fa730b11b2568d84a2f24c30efe206bfea4304 +SIZE (Router-Simple-0.15.tar.gz) = 19124 |