blob: 422b1524a6165a9cb255cfc9a1dc78436c68a94b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
# $FreeBSD$
PORTNAME= Plack
PORTVERSION= 1.0016
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of PSGI reference implementation and utilities
RUN_DEPENDS= \
p5-Devel-StackTrace>=1.23:${PORTSDIR}/devel/p5-Devel-StackTrace \
p5-Devel-StackTrace-AsHTML>=0.11:${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-Stream-Buffered>=0.02:${PORTSDIR}/devel/p5-Stream-Buffered \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-libwww>=5.814:${PORTSDIR}/www/p5-libwww \
p5-URI>=1.59:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Authen-Simple-Passwd>0:${PORTSDIR}/security/p5-Authen-Simple-Passwd \
p5-CGI-Compile>0:${PORTSDIR}/www/p5-CGI-Compile \
p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI \
p5-FCGI>0:${PORTSDIR}/www/p5-FCGI \
p5-FCGI-ProcManager>0:${PORTSDIR}/www/p5-FCGI-ProcManager \
p5-HTTP-Request-AsCGI>0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
p5-HTTP-Server-Simple-PSGI>0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
p5-IO-Handle-Util>0:${PORTSDIR}/devel/p5-IO-Handle-Util \
p5-LWP-Protocol-http10>0:${PORTSDIR}/www/p5-LWP-Protocol-http10 \
p5-Log-Dispatch-Array>0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \
p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \
p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
p5-Module-Refresh>0:${PORTSDIR}/devel/p5-Module-Refresh \
p5-Stream-Buffered>=0.02:${PORTSDIR}/devel/p5-Stream-Buffered \
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
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 \
Plack::App::Directory.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::Apache2::Registry.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::Delayed.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::Head.3 \
Plack::Middleware::IIS6ScriptNameFix.3 \
Plack::Middleware::IIS7KeepAliveFix.3 \
Plack::Middleware::JSONP.3 \
Plack::Middleware::LighttpdScriptNameFix.3 \
Plack::Middleware::Lint.3 \
Plack::Middleware::Log4perl.3 \
Plack::Middleware::LogDispatch.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::XFramework.3 \
Plack::Middleware::XSendfile.3 \
Plack::Request.3 \
Plack::Request::Upload.3 \
Plack::Response.3 \
Plack::Runner.3 \
Plack::Test.3 \
Plack::Test::MockHTTP.3 \
Plack::Test::Server.3 \
Plack::Test::Suite.3 \
Plack::Util.3 \
Plack::Util::Accessor.3
.include <bsd.port.mk>
|