diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile index 975818491453..70f04db4b0c8 100644 --- a/www/p5-Catalyst-Action-RenderView/Makefile +++ b/www/p5-Catalyst-Action-RenderView/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Catalyst-Action-RenderView -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Sensible default end action for Catalyst -BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Data-Visitor>=0.08:${PORTSDIR}/devel/p5-Data-Visitor \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= 5.8.0+ MAN3= Catalyst::Action::RenderView.3 post-extract: - @${PERL} -ne 'print unless /^test_requires/' ${WRKSRC}/Makefile.PL + @${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo index 89fde1ae1622..33da488519cd 100644 --- a/www/p5-Catalyst-Action-RenderView/distinfo +++ b/www/p5-Catalyst-Action-RenderView/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Action-RenderView-0.09.tar.gz) = 9a964d2c8d5cee6c82efc97e11565c3d -SHA256 (Catalyst-Action-RenderView-0.09.tar.gz) = c9a1c863ca475fcd2208861e514982023c5bece902e34afe4797db275d5b7d19 -SIZE (Catalyst-Action-RenderView-0.09.tar.gz) = 22240 +MD5 (Catalyst-Action-RenderView-0.10.tar.gz) = 7e9981fdaf84e114a2ee2265771450cd +SHA256 (Catalyst-Action-RenderView-0.10.tar.gz) = e552ebf7167fcffbddc394e5f04c352e526b3cadb4347a171eec5783265c6362 +SIZE (Catalyst-Action-RenderView-0.10.tar.gz) = 23843 |