diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-09-16 03:32:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-09-16 03:32:56 +0000 |
commit | 4b8234a98417b3005491f117b517460c496415a6 (patch) | |
tree | 201540086828a2c18f649e54c894399247991d14 /www/p5-HTTP-Router | |
parent | 6f3f71519ed5cf9dd00a38d2812fb44c0eb59b49 (diff) | |
download | ports-4b8234a98417b3005491f117b517460c496415a6.tar.gz ports-4b8234a98417b3005491f117b517460c496415a6.zip |
Notes
Diffstat (limited to 'www/p5-HTTP-Router')
-rw-r--r-- | www/p5-HTTP-Router/Makefile | 15 | ||||
-rw-r--r-- | www/p5-HTTP-Router/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTTP-Router/pkg-plist | 7 |
3 files changed, 13 insertions, 15 deletions
diff --git a/www/p5-HTTP-Router/Makefile b/www/p5-HTTP-Router/Makefile index b0cd06888cdc..e8ffbc7f2d5c 100644 --- a/www/p5-HTTP-Router/Makefile +++ b/www/p5-HTTP-Router/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP-Router -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +15,9 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of Yet Another Path Router for HTTP RUN_DEPENDS= \ - p5-Mouse>=0.14:${PORTSDIR}/devel/p5-Mouse \ - p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \ - p5-URI-Template-Restrict>0:${PORTSDIR}/net/p5-URI-Template-Restrict \ - p5-Hash-Merge>0:${PORTSDIR}/textproc/p5-Hash-Merge \ - p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Any-Moose>=0.07:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Devel-Caller-Perl>0:${PORTSDIR}/devel/p5-Devel-Caller-Perl \ + p5-URI-Template-Restrict>=0.03:${PORTSDIR}/net/p5-URI-Template-Restrict \ p5-Lingua-EN-Inflect-Number>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \ p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Text-SimpleTemplate>0:${PORTSDIR}/textproc/p5-Text-SimpleTemplate @@ -28,10 +26,9 @@ PERL_CONFIGURE= yes MAN3= HTTP::Router.3 \ HTTP::Router::Debug.3 \ - HTTP::Router::Mapper.3 \ + HTTP::Router::Declare.3 \ HTTP::Router::Match.3 \ - HTTP::Router::Resources.3 \ HTTP::Router::Route.3 \ - HTTP::Router::RouteSet.3 + Test::HTTP::Router.3 .include <bsd.port.mk> diff --git a/www/p5-HTTP-Router/distinfo b/www/p5-HTTP-Router/distinfo index 9b323ea900a6..47a557cee7d9 100644 --- a/www/p5-HTTP-Router/distinfo +++ b/www/p5-HTTP-Router/distinfo @@ -1,3 +1,3 @@ -MD5 (HTTP-Router-0.01.tar.gz) = 8fd73fe7153b1a92fcd91c860ca12f1e -SHA256 (HTTP-Router-0.01.tar.gz) = 5c0464ea5a3a9462e367d7635e6f6b499f6d995b2c49622a1149893f535900e9 -SIZE (HTTP-Router-0.01.tar.gz) = 57085 +MD5 (HTTP-Router-0.02.tar.gz) = 244d02107b92b5bf5a5d3c75192b7770 +SHA256 (HTTP-Router-0.02.tar.gz) = a81834f3dc74b8cef1c9e0881e692f074b5244aa371dc090f631bd6581fcc83e +SIZE (HTTP-Router-0.02.tar.gz) = 63073 diff --git a/www/p5-HTTP-Router/pkg-plist b/www/p5-HTTP-Router/pkg-plist index 34705c16a846..0b626db39b9f 100644 --- a/www/p5-HTTP-Router/pkg-plist +++ b/www/p5-HTTP-Router/pkg-plist @@ -1,12 +1,13 @@ %%SITE_PERL%%/HTTP/Router/Route.pm %%SITE_PERL%%/HTTP/Router/Debug.pm -%%SITE_PERL%%/HTTP/Router/Mapper.pm +%%SITE_PERL%%/HTTP/Router/Declare.pm %%SITE_PERL%%/HTTP/Router/Match.pm -%%SITE_PERL%%/HTTP/Router/RouteSet.pm -%%SITE_PERL%%/HTTP/Router/Resources.pm %%SITE_PERL%%/HTTP/Router.pm +%%SITE_PERL%%/Test/HTTP/Router.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Router/.packlist @dirrm %%SITE_PERL%%/HTTP/Router +@dirrmtry %%SITE_PERL%%/Test/HTTP +@dirrmtry %%SITE_PERL%%/Test @dirrmtry %%SITE_PERL%%/HTTP @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Router @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP |