diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-03-25 05:56:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-03-25 05:56:57 +0000 |
commit | d5bf4584cfc667739a639927a53ae0c59106d514 (patch) | |
tree | 89ba1d3028aa588741b8ff23932dd92a42b49060 /www | |
parent | 90c977eedb35ef5bc6a77fd039322ee79ae7f937 (diff) | |
download | ports-d5bf4584cfc667739a639927a53ae0c59106d514.tar.gz ports-d5bf4584cfc667739a639927a53ae0c59106d514.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Router/Makefile | 11 | ||||
-rw-r--r-- | www/p5-HTTP-Router/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTTP-Router/pkg-plist | 1 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/p5-HTTP-Router/Makefile b/www/p5-HTTP-Router/Makefile index 7562bc0e3a76..6acfa8d6e962 100644 --- a/www/p5-HTTP-Router/Makefile +++ b/www/p5-HTTP-Router/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTTP-Router -PORTVERSION= 0.03 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,21 +15,20 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension of Yet Another Path Router for HTTP RUN_DEPENDS= \ - p5-Any-Moose>=0.10:${PORTSDIR}/devel/p5-Any-Moose \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Devel-Caller-Perl>0:${PORTSDIR}/devel/p5-Devel-Caller-Perl \ p5-Filter>0:${PORTSDIR}/devel/p5-Filter \ p5-Hash-AsObject>0:${PORTSDIR}/devel/p5-Hash-AsObject \ - p5-URI-Template-Restrict>=0.03:${PORTSDIR}/net/p5-URI-Template-Restrict \ + p5-URI-Template-Restrict>=0.05:${PORTSDIR}/net/p5-URI-Template-Restrict \ p5-Lingua-EN-Inflect-Number>0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Mouse>=0.21:${PORTSDIR}/devel/p5-Mouse \ - p5-MouseX-AttributeHelpers>=0.03:${PORTSDIR}/devel/p5-MouseX-AttributeHelpers \ p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Text-SimpleTemplate>0:${PORTSDIR}/textproc/p5-Text-SimpleTemplate PERL_CONFIGURE= yes -MAN3= HTTP::Router.3 \ +MAN3= HTTP::README.3 \ + HTTP::Router.3 \ HTTP::Router::Debug.3 \ HTTP::Router::Declare.3 \ HTTP::Router::Match.3 \ diff --git a/www/p5-HTTP-Router/distinfo b/www/p5-HTTP-Router/distinfo index dc7ab13292b7..02fff733b201 100644 --- a/www/p5-HTTP-Router/distinfo +++ b/www/p5-HTTP-Router/distinfo @@ -1,3 +1,3 @@ -MD5 (HTTP-Router-0.03.tar.gz) = fe35f240cd15885d6bf0ec02e0cc1174 -SHA256 (HTTP-Router-0.03.tar.gz) = 6a2e81d8918ab9c51aaa849737408d9e0aab9903107d9b6e8cf390742c1db604 -SIZE (HTTP-Router-0.03.tar.gz) = 63693 +MD5 (HTTP-Router-0.05.tar.gz) = d9672e2346576b95bba29f370bf69cc4 +SHA256 (HTTP-Router-0.05.tar.gz) = 34f3e5baf36a822118578328f15cb77e8d9b137f108e4c1e4a10e4fbc1d32728 +SIZE (HTTP-Router-0.05.tar.gz) = 64912 diff --git a/www/p5-HTTP-Router/pkg-plist b/www/p5-HTTP-Router/pkg-plist index 0b626db39b9f..21ad8fc52f75 100644 --- a/www/p5-HTTP-Router/pkg-plist +++ b/www/p5-HTTP-Router/pkg-plist @@ -1,3 +1,4 @@ +%%SITE_PERL%%/HTTP/README.pod %%SITE_PERL%%/HTTP/Router/Route.pm %%SITE_PERL%%/HTTP/Router/Debug.pm %%SITE_PERL%%/HTTP/Router/Declare.pm |