f543066685
Upstream changes: 1.3202 2015-11-07 - Re-releasing 1.3200 again now CPAN perms should be fully sorted. 1.3201 2015-11-07 - Re-releasing 1.3200 now I should have the required permissions. (Can't re-upload as 1.3200 even though it wasn't indexed due to PAUSE restrictions) 1.3200 2015-11-06 [BUG FIXES] - Fix temporary directory handling in serialiser tests (PR 1133, nanis) [ENHANCEMENTS] - Promoting 1.3144 to stable. Only one odd, rare failure remains on CPAN Testers, which I cannot reproduce. - Bind to 127.0.0.1 in tests to avoid occasional spurious failures on busy build hosts (PR 1136, thanks to @redbaron) - More efficient handling of large requests - don't store the raw request body, but fish it out of the HTTP::Body object's temp file if required (PR 1134, David Precious (bigpresh)) [NEW FEATURES] - Allow mixd named params and splats in route definitions (PR 1086, veryrusty) 1.3144 2015-11-04 [ENHANCEMENTS] - Bind to 127.0.0.1 in tests to avoid occasional spurious failures on busy build hosts (PR 1136, thanks to @redbaron) 1.3143 2015-10-26 - Note: new release manager for Dancer1: David Precious (BIGPRESH) [BUG FIXES] - Fix temporary directory handling in serialiser tests (PR 1133, nanis) [ENHANCEMENTS] - More efficient handling of large requests - don't store the raw request body, but fish it out of the HTTP::Body object's temp file if required (PR 1134, David Precious (bigpresh)) [NEW FEATURES] - Allow mixd named params and splats in route definitions (PR 1086, veryrusty)
34 lines
1.3 KiB
Makefile
34 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.36 2015/11/08 01:28:56 wen Exp $
|
|
|
|
DISTNAME= Dancer-1.3202
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BIGPRESH/}
|
|
|
|
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
|
|
|
|
BUILD_DEPENDS+= p5-CGI>=0:../../www/p5-CGI \
|
|
p5-Test-NoWarnings>=0:../../devel/p5-Test-NoWarnings
|
|
|
|
DEPENDS+= p5-Clone>=0:../../devel/p5-Clone
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple
|
|
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"
|