head	1.23;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.2;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.10.20.03.28.30;	author kuriyama;	state Exp;
branches;
next	1.21;

1.21
date	2012.08.31.10.00.29;	author kuriyama;	state Exp;
branches;
next	1.20;

1.20
date	2012.08.24.00.46.39;	author kuriyama;	state Exp;
branches;
next	1.19;

1.19
date	2012.07.22.16.18.37;	author kuriyama;	state Exp;
branches;
next	1.18;

1.18
date	2012.07.22.14.43.53;	author kuriyama;	state Exp;
branches;
next	1.17;

1.17
date	2012.06.10.18.42.31;	author swills;	state Exp;
branches;
next	1.16;

1.16
date	2012.05.27.07.50.24;	author kuriyama;	state Exp;
branches;
next	1.15;

1.15
date	2012.03.11.10.04.08;	author kuriyama;	state Exp;
branches;
next	1.14;

1.14
date	2011.12.31.23.44.06;	author kuriyama;	state Exp;
branches;
next	1.13;

1.13
date	2011.11.22.01.10.41;	author kuriyama;	state Exp;
branches;
next	1.12;

1.12
date	2011.08.31.09.10.18;	author kuriyama;	state Exp;
branches;
next	1.11;

1.11
date	2011.08.06.13.01.22;	author kuriyama;	state Exp;
branches;
next	1.10;

1.10
date	2011.07.05.23.03.23;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	2011.05.19.13.40.32;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	2011.04.15.06.18.15;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	2011.03.27.10.23.32;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2011.02.25.02.06.45;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	2010.12.21.03.02.03;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2010.11.20.13.51.38;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2010.10.11.20.50.45;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2010.05.01.15.21.41;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.16.13.55.15;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Dancer
# Date created:		16 Apr 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Dancer/Makefile 306151 2012-10-20 03:28:30Z kuriyama $
#

PORTNAME=	Dancer
PORTVERSION=	1.3110
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:XSAWYERX
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension for minimal-effort oriented web application framework

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

RUN_DEPENDS=	\
	p5-libwww>0:${PORTSDIR}/www/p5-libwww \
	p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \
	p5-HTTP-Server-Simple-PSGI>=0.11:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
	p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \
	p5-URI>=1.59:${PORTSDIR}/net/p5-URI \
	p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	\
	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \
	p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
	p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \
	p5-Plack>0:${PORTSDIR}/www/p5-Plack \
	p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \
	p5-HTTP-Parser-XS>0:${PORTSDIR}/www/p5-HTTP-Parser-XS \
	p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
	p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output \
	p5-Plack>0:${PORTSDIR}/www/p5-Plack \
	p5-Clone>0:${PORTSDIR}/devel/p5-Clone
# XXX: test wants p5-Dancer-Session-Cookie, but this causes cyclic dependency.
#	p5-Dancer-Session-Cookie>0:${PORTSDIR}/www/p5-Dancer-Session-Cookie

OPTIONS_DEFINE=	YAML
OPTIONS_DEFAULT=	YAML

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MYAML}
RUN_DEPENDS+=	p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML
.endif

PERL_CONFIGURE=	yes

MAN1=	dancer.1
MAN3=	Dancer.3 \
	Dancer::Config.3 \
	Dancer::Config::Object.3 \
	Dancer::Cookbook.3 \
	Dancer::Cookie.3 \
	Dancer::Cookies.3 \
	Dancer::Deployment.3 \
	Dancer::Deprecation.3 \
	Dancer::Development.3 \
	Dancer::Development::Integration.3 \
	Dancer::Engine.3 \
	Dancer::Error.3 \
	Dancer::Exception.3 \
	Dancer::Exception::Base.3 \
	Dancer::FileUtils.3 \
	Dancer::HTTP.3 \
	Dancer::Handler::Debug.3 \
	Dancer::Handler::PSGI.3 \
	Dancer::Hook.3 \
	Dancer::Hook::Properties.3 \
	Dancer::Introduction.3 \
	Dancer::Logger.3 \
	Dancer::Logger::Abstract.3 \
	Dancer::Logger::Capture.3 \
	Dancer::Logger::Capture::Trap.3 \
	Dancer::Logger::Console.3 \
	Dancer::Logger::Diag.3 \
	Dancer::Logger::File.3 \
	Dancer::Logger::Note.3 \
	Dancer::Logger::Null.3 \
	Dancer::MIME.3 \
	Dancer::ModuleLoader.3 \
	Dancer::Object.3 \
	Dancer::Object::Singleton.3 \
	Dancer::Plugin.3 \
	Dancer::Plugin::Ajax.3 \
	Dancer::Plugins.3 \
	Dancer::Request.3 \
	Dancer::Request::Upload.3 \
	Dancer::Response.3 \
	Dancer::Route::Cache.3 \
	Dancer::Serializer.3 \
	Dancer::Serializer::JSON.3 \
	Dancer::Serializer::Mutable.3 \
	Dancer::Serializer::XML.3 \
	Dancer::Serializer::YAML.3 \
	Dancer::Session.3 \
	Dancer::Session::Abstract.3 \
	Dancer::Session::Simple.3 \
	Dancer::Session::YAML.3 \
	Dancer::Template.3 \
	Dancer::Template::Abstract.3 \
	Dancer::Template::Simple.3 \
	Dancer::Template::TemplateToolkit.3 \
	Dancer::Test.3 \
	Dancer::Timer.3 \
	Dancer::Tutorial.3

.include <bsd.port.mk>
@


1.22
log
@SVN rev 306151 on 2012-10-20 03:28:30Z by kuriyama

- Upgrade to 1.3110.

Feature safe: yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@SVN rev 303409 on 2012-08-31 10:00:29Z by kuriyama

- Upgrade to 1.3100.
@
text
@d9 1
a9 1
PORTVERSION=	1.3100
a22 1
	p5-Clone>0:${PORTSDIR}/devel/p5-Clone \
a29 1
	p5-Clone>0:${PORTSDIR}/devel/p5-Clone \
d37 3
a39 1
	p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output
@


1.20
log
@SVN rev 303046 on 2012-08-24 00:46:39Z by kuriyama

- Upgrade to 1.3099.
@
text
@d9 1
a9 1
PORTVERSION=	1.3099
d23 1
@


1.19
log
@SVN rev 301341 on 2012-07-22 16:18:37Z by kuriyama

- Fix missing default option in prev commit.
@
text
@d9 1
a9 2
PORTVERSION=	1.3097
PORTREVISION=	1
d39 2
@


1.18
log
@SVN rev 301337 on 2012-07-22 14:43:53Z by kuriyama

- Upgrade to 1.3097.
@
text
@d10 1
d42 1
@


1.17
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d9 1
a9 1
PORTVERSION=	1.3095
d29 10
d40 1
a40 1
OPTIONS=	YAML "Enable YAML implementation in Perl" On
d44 1
a44 1
.if defined(WITH_YAML)
@


1.16
log
@- Upgrade to 1.3095.
@
text
@d28 1
a28 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.15
log
@- Upgrade to 1.3093.

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.3093
d43 1
@


1.14
log
@- Upgrade to 1.3091.
@
text
@d9 1
a9 1
PORTVERSION=	1.3091
@


1.13
log
@- Upgrade to 1.3080.

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.3080
d26 2
a27 1
	p5-URI>=1.59:${PORTSDIR}/net/p5-URI
d53 1
@


1.12
log
@- Upgrade to 1.3072.
@
text
@d9 1
a9 1
PORTVERSION=	1.3072
d55 1
@


1.11
log
@- Upgrade to 1.3071.
@
text
@d9 1
a9 1
PORTVERSION=	1.3071
d12 1
a12 1
MASTER_SITE_SUBDIR=	CPAN:SUKRIA
d26 1
a26 1
	p5-URI>0:${PORTSDIR}/net/p5-URI
@


1.10
log
@- Upgrade to 1.3060.
@
text
@d9 1
a9 1
PORTVERSION=	1.3060
d18 3
a30 3
LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

d51 1
@


1.9
log
@- Upgrade to 1.3040.
@
text
@d9 1
a9 1
PORTVERSION=	1.3040
d12 1
a12 1
MASTER_SITE_SUBDIR=	CPAN:XSAWYERX
d54 2
@


1.8
log
@- Upgrade to 1.3030.
@
text
@d9 1
a9 1
PORTVERSION=	1.3030
@


1.7
log
@- Upgrade to 1.3020.
@
text
@d9 1
a9 1
PORTVERSION=	1.3020
@


1.6
log
@- Upgrade to 1.3011 [1].
- Add $LICENSE [2].

PR:		ports/154379 [1], ports/153321 [2]
Submitted by:	Steve Wills <steve@@mouf.net> [1],
	  	Grzegorz Blach <magik@@roorback.net> [2]
@
text
@d9 1
a9 1
PORTVERSION=	1.3011
d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/S/SU/SUKRIA
d46 1
d57 2
d60 1
d62 2
@


1.5
log
@- Upgrade to 1.2003.
@
text
@d9 1
a9 1
PORTVERSION=	1.2003
d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/X/XS/XSAWYERX
d28 3
d47 1
d58 1
d61 1
d67 1
@


1.4
log
@- Upgrade 1.2000.

Related to:	ports/152371
@
text
@d9 1
a9 1
PORTVERSION=	1.2000
d48 1
@


1.3
log
@OPTIONS+=   YAML

PR:             ports/149991
Submitted by:   David Demelier <markand@@malikania.fr>
Approved by:    maintainer timeout (kuriyama ; 45 days)
@
text
@d9 1
a9 1
PORTVERSION=	1.176
d19 2
a20 1
	p5-HTTP-Body>0:${PORTSDIR}/www/p5-HTTP-Body \
d41 1
d43 1
d48 1
d50 3
d54 1
d56 2
d64 1
d73 4
a76 1
	Dancer::Template::TemplateToolkit.3
@


1.2
log
@- Upgrade to 1.176.
@
text
@d25 8
@


1.1
log
@A minimal-effort oriented web application framework.

WWW: http://search.cpan.org/dist/Dancer/
@
text
@d9 1
a9 1
PORTVERSION=	1.175
d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/S/SU/SUKRIA
d31 1
d35 1
@

