aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Plack/Makefile
blob: d3b97caa1717c18a5d478e19eb5f696da2eb95ad (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
# New ports collection makefile for:    Plack
# Date created:     13 Oct 2009
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Plack
PORTVERSION=    0.9030
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl extension of PSGI reference implementation and utilities

RUN_DEPENDS=    \
    p5-Devel-StackTrace>0:${PORTSDIR}/devel/p5-Devel-StackTrace \
    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-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 \
    p5-URI>0:${PORTSDIR}/net/p5-URI \
    p5-parent>0:${PORTSDIR}/devel/p5-parent
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN1=   plackup.1
MAN3=   HTTP::Message::PSGI.3 \
    Plack.3 \
    Plack::App::CGIBin.3 \
    Plack::App::Cascade.3 \
    Plack::App::Directory.3 \
    Plack::App::FCGIDispatcher.3 \
    Plack::App::File.3 \
    Plack::App::PSGIBin.3 \
    Plack::App::URLMap.3 \
    Plack::Builder.3 \
    Plack::Component.3 \
    Plack::HTTPParser.3 \
    Plack::HTTPParser::PP.3 \
    Plack::Loader.3 \
    Plack::MIME.3 \
    Plack::Middleware.3 \
    Plack::Middleware::AccessLog.3 \
    Plack::Middleware::AccessLog::Timed.3 \
    Plack::Middleware::Auth::Basic.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::JSONP.3 \
    Plack::Middleware::Lint.3 \
    Plack::Middleware::MethodOverride.3 \
    Plack::Middleware::RearrangeHeaders.3 \
    Plack::Middleware::Runtime.3 \
    Plack::Middleware::SimpleContentFilter.3 \
    Plack::Middleware::StackTrace.3 \
    Plack::Middleware::Static.3 \
    Plack::Middleware::XFramework.3 \
    Plack::Middleware::XSendfile.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::Standalone.3 \
    Plack::Server::Standalone::Prefork.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>