Index: head/www/p5-Router-Simple/Makefile =================================================================== --- head/www/p5-Router-Simple/Makefile (revision 308308) +++ head/www/p5-Router-Simple/Makefile (revision 308309) @@ -1,37 +1,39 @@ -# New ports collection makefile for: p5-Router-Simple -# Date created: 2011-11-30 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= Router-Simple -PORTVERSION= 0.09 +PORTVERSION= 0.13 CATEGORIES= www net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOKUHIROM PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple HTTP Router +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor +RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Router::Simple.3 \ Router::Simple::Cookbook.3 \ Router::Simple::Declare.3 \ Router::Simple::Route.3 \ Router::Simple::SubMapper.3 .include .if ${PERL_LEVEL} < 501001 BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple .endif .include Property changes on: head/www/p5-Router-Simple/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/p5-Router-Simple/distinfo =================================================================== --- head/www/p5-Router-Simple/distinfo (revision 308308) +++ head/www/p5-Router-Simple/distinfo (revision 308309) @@ -1,2 +1,2 @@ -SHA256 (Router-Simple-0.09.tar.gz) = c8d4cabd6c038a21c49bdf6c9a0dc96cdc65bfc443cca30c189721ca21310d91 -SIZE (Router-Simple-0.09.tar.gz) = 27923 +SHA256 (Router-Simple-0.13.tar.gz) = cf6bf475158fd725fb5ad14b4c223a251c46b9e1e209d5a31607f3dbf50e27d8 +SIZE (Router-Simple-0.13.tar.gz) = 22850 Property changes on: head/www/p5-Router-Simple/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/p5-Router-Simple/pkg-plist =================================================================== --- head/www/p5-Router-Simple/pkg-plist (revision 308308) +++ head/www/p5-Router-Simple/pkg-plist (revision 308309) @@ -1,10 +1,7 @@ %%SITE_PERL%%/Router/Simple.pm %%SITE_PERL%%/Router/Simple/Cookbook.pod %%SITE_PERL%%/Router/Simple/Declare.pm %%SITE_PERL%%/Router/Simple/Route.pm %%SITE_PERL%%/Router/Simple/SubMapper.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Router/Simple/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Router/Simple -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Router @dirrm %%SITE_PERL%%/Router/Simple @dirrmtry %%SITE_PERL%%/Router Property changes on: head/www/p5-Router-Simple/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property