# New ports collection makefile for:	p5-Mojo
# Date created:		2008-12-29
# Whom:			Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD: ports/www/p5-Mojolicious/Makefile,v 1.5 2010/11/29 11:58:49 kuriyama Exp $
#

PORTNAME=	Mojolicious
PORTVERSION=	0.999941
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	Mojolicious
PKGNAMEPREFIX=	p5-

MAINTAINER=	mopsfelder@gmail.com
COMMENT=	A high level MVC web framework written in Perl

PERL_CONFIGURE=	yes

MAN1=		mojo.1
MAN3=		Mojo.3 \
		Mojo::Asset.3 \
		Mojo::Asset::File.3 \
		Mojo::Asset::Memory.3 \
		Mojo::Base.3 \
		Mojo::ByteStream.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::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::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::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::Session.3 \
		Mojolicious::Static.3 \
		Mojolicious::Types.3 \
		Test::Mojo.3 \
		README.3 \
		ojo.3

.include <bsd.port.mk>
