diff options
Diffstat (limited to 'www/p5-Plack/Makefile')
-rw-r--r-- | www/p5-Plack/Makefile | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index ea576e91ccc..2bd5bc880ec 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Plack -PORTVERSION= 0.9031 +PORTVERSION= 0.9915 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA @@ -20,6 +20,8 @@ RUN_DEPENDS= \ p5-Devel-StackTrace-AsHTML>0:${PORTSDIR}/devel/p5-Devel-StackTrace-AsHTML \ p5-File-ShareDir>=1.00:${PORTSDIR}/devel/p5-File-ShareDir \ p5-Filesys-Notify-Simple>0:${PORTSDIR}/devel/p5-Filesys-Notify-Simple \ + p5-HTTP-Body>=1.06:${PORTSDIR}/www/p5-HTTP-Body \ + p5-Hash-MultiValue>=0.05:${PORTSDIR}/devel/p5-Hash-MultiValue \ p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-libwww>=5.814:${PORTSDIR}/www/p5-libwww \ @@ -31,6 +33,7 @@ PERL_CONFIGURE= yes MAN1= plackup.1 MAN3= HTTP::Message::PSGI.3 \ + HTTP::Server::PSGI.3 \ Plack.3 \ Plack::App::CGIBin.3 \ Plack::App::Cascade.3 \ @@ -39,40 +42,65 @@ MAN3= HTTP::Message::PSGI.3 \ Plack::App::File.3 \ Plack::App::PSGIBin.3 \ Plack::App::URLMap.3 \ + Plack::App::WrapCGI.3 \ Plack::Builder.3 \ Plack::Component.3 \ Plack::HTTPParser.3 \ Plack::HTTPParser::PP.3 \ + Plack::Handler.3 \ + Plack::Handler::Apache1.3 \ + Plack::Handler::Apache2.3 \ + Plack::Handler::CGI.3 \ + Plack::Handler::FCGI.3 \ + Plack::Handler::HTTP::Server::PSGI.3 \ + Plack::Handler::HTTP::Server::Simple.3 \ + Plack::Handler::Standalone.3 \ Plack::Loader.3 \ + Plack::Loader::Restarter.3 \ + Plack::Loader::Shotgun.3 \ Plack::MIME.3 \ Plack::Middleware.3 \ Plack::Middleware::AccessLog.3 \ Plack::Middleware::AccessLog::Timed.3 \ Plack::Middleware::Auth::Basic.3 \ + Plack::Middleware::BufferedStreaming.3 \ Plack::Middleware::Chunked.3 \ Plack::Middleware::Conditional.3 \ Plack::Middleware::ConditionalGET.3 \ Plack::Middleware::ContentLength.3 \ Plack::Middleware::ContentMD5.3 \ Plack::Middleware::ErrorDocument.3 \ + Plack::Middleware::HTTPExceptions.3 \ Plack::Middleware::JSONP.3 \ Plack::Middleware::Lint.3 \ + Plack::Middleware::Log4perl.3 \ + Plack::Middleware::LogDispatch.3 \ Plack::Middleware::MethodOverride.3 \ + Plack::Middleware::NullLogger.3 \ Plack::Middleware::RearrangeHeaders.3 \ + Plack::Middleware::Recursive.3 \ + Plack::Middleware::Refresh.3 \ Plack::Middleware::Runtime.3 \ Plack::Middleware::SimpleContentFilter.3 \ + Plack::Middleware::SimpleLogger.3 \ Plack::Middleware::StackTrace.3 \ Plack::Middleware::Static.3 \ + Plack::Middleware::Writer.3 \ Plack::Middleware::XFramework.3 \ Plack::Middleware::XSendfile.3 \ + Plack::Request.3 \ + Plack::Request::Upload.3 \ + Plack::Response.3 \ Plack::Runner.3 \ Plack::Server.3 \ Plack::Server::Apache1.3 \ Plack::Server::Apache2.3 \ Plack::Server::CGI.3 \ Plack::Server::FCGI.3 \ + Plack::Server::ServerSimple.3 \ Plack::Server::Standalone.3 \ Plack::Server::Standalone::Prefork.3 \ + Plack::TempBuffer.3 \ Plack::Test.3 \ Plack::Test::MockHTTP.3 \ Plack::Test::Server.3 \ |