aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Amon2/Makefile
blob: 4f510cf797ae30d01e9324f4240d184dcb378015 (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
# $FreeBSD$

PORTNAME=   Amon2
PORTVERSION=    3.74
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl extension for/to lightweight web application framework

RUN_DEPENDS=    \
    p5-Plack>=0.9982:${PORTSDIR}/www/p5-Plack \
    p5-Plack-Middleware-Session>0:${PORTSDIR}/www/p5-Plack-Middleware-Session \
    p5-Router-Simple>=0.14:${PORTSDIR}/www/p5-Router-Simple \
    p5-Router-Simple-Sinatraish>=0.02:${PORTSDIR}/www/p5-Router-Simple-Sinatraish \
    p5-Text-Xslate>=1.6001:${PORTSDIR}/textproc/p5-Text-Xslate \
    p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny \
    p5-URI>=1.54:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS=  ${RUN_DEPENDS}
TEST_DEPENDS=   \
    p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
    p5-Tiffany>0:${PORTSDIR}/textproc/p5-Tiffany \
    p5-Test-WWW-Mechanize-PSGI>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI \
    p5-HTTP-MobileAgent>0:${PORTSDIR}/www/p5-HTTP-MobileAgent \
    p5-Text-MicroTemplate-Extended>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate-Extended \
    p5-HTTP-Session>0:${PORTSDIR}/www/p5-HTTP-Session \
    p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find \
    p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
    p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \
    p5-HTML-FillInForm>0:${PORTSDIR}/www/p5-HTML-FillInForm \
    p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
    p5-Data-Section-Simple>0:${PORTSDIR}/devel/p5-Data-Section-Simple \
    p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \
    p5-HTML-FillInForm-Lite>0:${PORTSDIR}/www/p5-HTML-FillInForm-Lite \
    p5-Twiggy>0:${PORTSDIR}/www/p5-Twiggy \
    p5-Protocol-WebSocket>0:${PORTSDIR}/www/p5-Protocol-WebSocket

PERL_MODBUILD=  yes

MAN1=   amon2-setup.pl.1
MAN3=   Amon2.3 \
    Amon2::Config::Simple.3 \
    Amon2::Declare.3 \
    Amon2::Plugin::Web::CSRFDefender.3 \
    Amon2::Plugin::Web::FillInFormLite.3 \
    Amon2::Plugin::Web::HTTPSession.3 \
    Amon2::Plugin::Web::JSON.3 \
    Amon2::Plugin::Web::NoCache.3 \
    Amon2::Plugin::Web::PlackSession.3 \
    Amon2::Plugin::Web::Streaming.3 \
    Amon2::Plugin::Web::WebSocket.3 \
    Amon2::Setup::Flavor.3 \
    Amon2::Setup::Flavor::Basic.3 \
    Amon2::Setup::Flavor::Large.3 \
    Amon2::Setup::Flavor::Minimum.3 \
    Amon2::Trigger.3 \
    Amon2::Util.3 \
    Amon2::Web.3 \
    Amon2::Web::Dispatcher::Lite.3 \
    Amon2::Web::Dispatcher::RouterSimple.3 \
    Amon2::Web::Request.3 \
    Amon2::Web::Response.3 \
    Amon2::Web::Response::Callback.3 \
    Amon2::Web::WebSocket.3

.include <bsd.port.mk>