blob: 82151b5d6b67342092287243436a2fb41c11f966 (
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
118
119
120
121
|
# New ports collection makefile for: p5-Mojo
# Date created: 2008-12-29
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Mojolicious
PORTVERSION= 1.1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Mojolicious/KRAIH
PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= A high level MVC web framework written in Perl
PERL_CONFIGURE= yes
LICENSE= ART20
LICENSE_FILES= ${WRKSRC}/LICENSE
MAN1= hypnotoad.1 \
mojo.1
MAN3= Mojo.3 \
Mojo::Asset.3 \
Mojo::Asset::File.3 \
Mojo::Asset::Memory.3 \
Mojo::Base.3 \
Mojo::ByteStream.3 \
Mojo::Cache.3 \
Mojo::Client.3 \
Mojo::Command.3 \
Mojo::Content.3 \
Mojo::Content::MultiPart.3 \
Mojo::Content::Single.3 \
Mojo::Cookie.3 \
Mojo::Cookie::Request.3 \
Mojo::Cookie::Response.3 \
Mojo::CookieJar.3 \
Mojo::DOM.3 \
Mojo::Date.3 \
Mojo::Exception.3 \
Mojo::Headers.3 \
Mojo::HelloWorld.3 \
Mojo::Home.3 \
Mojo::IOLoop.3 \
Mojo::JSON.3 \
Mojo::Loader.3 \
Mojo::Log.3 \
Mojo::Message.3 \
Mojo::Message::Request.3 \
Mojo::Message::Response.3 \
Mojo::Parameters.3 \
Mojo::Path.3 \
Mojo::Server.3 \
Mojo::Server::CGI.3 \
Mojo::Server::Daemon.3 \
Mojo::Server::FastCGI.3 \
Mojo::Server::Hypnotoad.3 \
Mojo::Server::PSGI.3 \
Mojo::Template.3 \
Mojo::Transaction.3 \
Mojo::Transaction::HTTP.3 \
Mojo::Transaction::WebSocket.3 \
Mojo::URL.3 \
Mojo::Upload.3 \
Mojo::Util.3 \
Mojolicious.3 \
Mojolicious::Command::Cgi.3 \
Mojolicious::Command::Daemon.3 \
Mojolicious::Command::Fastcgi.3 \
Mojolicious::Command::Generate.3 \
Mojolicious::Command::Generate::App.3 \
Mojolicious::Command::Generate::Gitignore.3 \
Mojolicious::Command::Generate::Hypnotoad.3 \
Mojolicious::Command::Generate::LiteApp.3 \
Mojolicious::Command::Generate::Makefile.3 \
Mojolicious::Command::Get.3 \
Mojolicious::Command::Inflate.3 \
Mojolicious::Command::Psgi.3 \
Mojolicious::Command::Routes.3 \
Mojolicious::Command::Test.3 \
Mojolicious::Command::Version.3 \
Mojolicious::Commands.3 \
Mojolicious::Controller.3 \
Mojolicious::Guides.3 \
Mojolicious::Guides::Cheatsheet.3 \
Mojolicious::Guides::CodingGuidelines.3 \
Mojolicious::Guides::Cookbook.3 \
Mojolicious::Guides::FAQ.3 \
Mojolicious::Guides::Growing.3 \
Mojolicious::Guides::Rendering.3 \
Mojolicious::Guides::Routing.3 \
Mojolicious::Lite.3 \
Mojolicious::Plugin.3 \
Mojolicious::Plugin::AgentCondition.3 \
Mojolicious::Plugin::Charset.3 \
Mojolicious::Plugin::DefaultHelpers.3 \
Mojolicious::Plugin::EpRenderer.3 \
Mojolicious::Plugin::EplRenderer.3 \
Mojolicious::Plugin::HeaderCondition.3 \
Mojolicious::Plugin::I18n.3 \
Mojolicious::Plugin::JsonConfig.3 \
Mojolicious::Plugin::PodRenderer.3 \
Mojolicious::Plugin::PoweredBy.3 \
Mojolicious::Plugin::RequestTimer.3 \
Mojolicious::Plugin::TagHelpers.3 \
Mojolicious::Plugins.3 \
Mojolicious::Renderer.3 \
Mojolicious::Routes.3 \
Mojolicious::Routes::Match.3 \
Mojolicious::Routes::Pattern.3 \
Mojolicious::Sessions.3 \
Mojolicious::Static.3 \
Mojolicious::Types.3 \
README.3 \
Test::Mojo.3 \
ojo.3
.include <bsd.port.mk>
|