aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer2/Makefile
blob: 11f10053a2ae04c3ade9c87a32d8764778b46906 (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
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Dancer2
PORTVERSION=	0.08
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Lightweight yet powerful web application framework

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

RUN_DEPENDS=	\
	p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \
	p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \
	p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
	p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \
	p5-HTTP-Body>=0:${PORTSDIR}/www/p5-HTTP-Body \
	p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \
	p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
	p5-HTTP-Server-Simple-PSGI>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
	p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
	p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
	p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \
	p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \
	p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
	p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
	p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \
	p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
	p5-URI-Escape-XS>=0:${PORTSDIR}/www/p5-URI-Escape-XS \
	p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML \
	p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML \
	p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	\
	p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \
	p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \

USES=		perl5
USE_PERL5=	configure

MAN1=	dancer2.1
MAN3=	Dancer2.3 \
	Dancer2::Config.3 \
	Dancer2::Cookbook.3 \
	Dancer2::Core.3 \
	Dancer2::Core::App.3 \
	Dancer2::Core::Context.3 \
	Dancer2::Core::Cookie.3 \
	Dancer2::Core::DSL.3 \
	Dancer2::Core::Dispatcher.3 \
	Dancer2::Core::Error.3 \
	Dancer2::Core::Factory.3 \
	Dancer2::Core::HTTP.3 \
	Dancer2::Core::Hook.3 \
	Dancer2::Core::MIME.3 \
	Dancer2::Core::Request.3 \
	Dancer2::Core::Request::Upload.3 \
	Dancer2::Core::Response.3 \
	Dancer2::Core::Role::Config.3 \
	Dancer2::Core::Role::DSL.3 \
	Dancer2::Core::Role::Engine.3 \
	Dancer2::Core::Role::Handler.3 \
	Dancer2::Core::Role::Headers.3 \
	Dancer2::Core::Role::Hookable.3 \
	Dancer2::Core::Role::Logger.3 \
	Dancer2::Core::Role::Serializer.3 \
	Dancer2::Core::Role::Server.3 \
	Dancer2::Core::Role::SessionFactory.3 \
	Dancer2::Core::Role::SessionFactory::File.3 \
	Dancer2::Core::Role::StandardResponses.3 \
	Dancer2::Core::Role::Template.3 \
	Dancer2::Core::Route.3 \
	Dancer2::Core::Runner.3 \
	Dancer2::Core::Server::PSGI.3 \
	Dancer2::Core::Server::Standalone.3 \
	Dancer2::Core::Session.3 \
	Dancer2::Core::Time.3 \
	Dancer2::Core::Types.3 \
	Dancer2::FileUtils.3 \
	Dancer2::Handler::AutoPage.3 \
	Dancer2::Handler::File.3 \
	Dancer2::Logger::Capture.3 \
	Dancer2::Logger::Capture::Trap.3 \
	Dancer2::Logger::Console.3 \
	Dancer2::Logger::Diag.3 \
	Dancer2::Logger::File.3 \
	Dancer2::Logger::Note.3 \
	Dancer2::Logger::Null.3 \
	Dancer2::Manual.3 \
	Dancer2::ModuleLoader.3 \
	Dancer2::Plugin.3 \
	Dancer2::Plugin::Ajax.3 \
	Dancer2::Plugins.3 \
	Dancer2::Serializer::Dumper.3 \
	Dancer2::Serializer::JSON.3 \
	Dancer2::Serializer::YAML.3 \
	Dancer2::Session::Simple.3 \
	Dancer2::Session::YAML.3 \
	Dancer2::Template::Implementation::ForkedTiny.3 \
	Dancer2::Template::Simple.3 \
	Dancer2::Template::TemplateToolkit.3 \
	Dancer2::Template::Tiny.3 \
	Dancer2::Test.3 \
	Dancer2::Tutorial.3

.include <bsd.port.mk>