diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-10-29 23:14:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-10-29 23:14:39 +0800 |
commit | bcfeda7cb5ddc6da03a9752ab6fc81d7abfcc85a (patch) | |
tree | a7fb2ba722358b002057704934d30480d231fc24 /www/p5-Plack-Request/Makefile | |
parent | 05f55b5e3d0098a067512354c4c56c5e1cb5a22d (diff) | |
download | freebsd-ports-graphics-bcfeda7cb5ddc6da03a9752ab6fc81d7abfcc85a.tar.gz freebsd-ports-graphics-bcfeda7cb5ddc6da03a9752ab6fc81d7abfcc85a.tar.zst freebsd-ports-graphics-bcfeda7cb5ddc6da03a9752ab6fc81d7abfcc85a.zip |
- Upgrade to 0.05.
Diffstat (limited to 'www/p5-Plack-Request/Makefile')
-rw-r--r-- | www/p5-Plack-Request/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Plack-Request/Makefile b/www/p5-Plack-Request/Makefile index 127231d8a64..9e5bb2773ad 100644 --- a/www/p5-Plack-Request/Makefile +++ b/www/p5-Plack-Request/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Plack-Request -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA @@ -19,7 +19,6 @@ RUN_DEPENDS= \ p5-CGI-Simple>0:${PORTSDIR}/www/p5-CGI-Simple \ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-HTTP-Body>=1.05:${PORTSDIR}/www/p5-HTTP-Body \ - p5-Plack>0:${PORTSDIR}/www/p5-Plack \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-URI>0:${PORTSDIR}/net/p5-URI BUILD_DEPENDS= ${RUN_DEPENDS} |