981a6b1b79
Upstream changes: 1.3132 2014-10-20 [STATISTICS] - code churn: 1 file changed, 12 insertions(+), 6 deletions(-) 1.3131_1 2014-10-13 [BUG FIXES] - One test would fail if Template::Toolkit was not installed. (GH#1083) [STATISTICS] - code churn: 2 files changed, 26 insertions(+), 10 deletions(-) 1.3131_0 2014-10-11 [BUG FIXES] - Test was failing under perl 5.8.9. (GH#1057, Tom Hukins) - Don't get tripped by YAML::XS's readonly values. (GH#1070) [DOCUMENTATION] - Minor doc update to detail how to pass protocol information in Apache (GH#1079, Andy Beverley) - Add the Dancer policy POD. [ENHANCEMENTS] - Dancer::Template::TemplateToolkit now supports DATA-embedded templates. (GH#1061, Jochen Lutz) - New function 'param_array'. (GH#1055, Yanick Champoux) - D::Serializer::YAML and Dancer::Config can now use 'YAML::XS'. [MISC] - Add 'YAML' as a recommended dependency. (GH#1080) [STATISTICS] - code churn: 14 files changed, 348 insertions(+), 30 deletions(-)
30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.28 2014/10/27 13:57:11 wen Exp $
|
|
|
|
DISTNAME= Dancer-1.3132
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://perldancer.org/
|
|
COMMENT= Perl 5 lightweight yet powerful web application framework
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Dancer/.packlist
|
|
|
|
DEPENDS+= p5-Clone>=0:../../devel/p5-Clone
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-HTTP-Body>=1.07:../../www/p5-HTTP-Body
|
|
DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0.11:../../www/p5-HTTP-Server-Simple-PSGI
|
|
DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
|
|
DEPENDS+= p5-Module-Runtime>=0:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-URI>=1.59:../../www/p5-URI
|
|
DEPENDS+= p5-Test-Output>=0:../../devel/p5-Test-Output
|
|
DEPENDS+= p5-Test-TCP>=1.30:../../net/p5-Test-TCP
|
|
DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
|
|
DEPENDS+= p5-Try-Tiny>=0.09:../../devel/p5-Try-Tiny
|
|
DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|