8bb23bad88
Upstream changes: 0.10 2013-09-28 15:26:41 Europe/Paris [ DOCUMENTATION ] * GH#431: Miscellaneous documentation fixes (Gideon D'souza) * Small POD corrections (Ashvini V) [ ENHANCEMENTS ] * GH#482: Show the startup banner when the worker starts by default (Alexis Sukrieh). * GH#481: Include local lib dir in @INC by defaults (Alexis Sukrieh). * GH#423: Remove ':tests' from Dancer.pm import (Alberto Sim玫es). * GH#422: Get rid of core_debug method (Alberto Sim玫es). * GH#421: Support Plugin::Ajax content_type (Russell Jenkins). * GH#428: Make default errors CSS path relocatable (Russell Jenkins). * GH#427, GH#443: Replace global warnings with lexical (Russell Jenkins). * GH#374: Don't create an app from app.psgi (Alberto Sim玫es). * Cleanup Core::Request, Core::Request::Upload (Mickey Nasriachi). * GH#445: Test Template::Simple (Alexis Sukrieh, Russell Jenkins). * GH#449: Test Session hooks (Gideon D'souza) * GH#434,440: Imutable attributes (Mickey Nasriachi). * GH#435: Allow send_error to serialize error (Russell Jenkins). * Add more tests to session id rw (Pedro Melo). * Whitespace cleanup (Ivan Bessarabov). [ BUG FIXES ] * GH#424,425: Fix logger tests for different timezones, and close logfile before deleting it: Windows dixit. (Gideon D'souza, Russell Jenkins)
44 lines
1.9 KiB
Makefile
44 lines
1.9 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2013/10/01 11:10:09 wen Exp $
|
|
|
|
DISTNAME= Dancer2-0.10
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SUKRIA/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Dancer2/
|
|
COMMENT= Lightweight yet powerful web application framework
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Dancer2/.packlist
|
|
|
|
BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime
|
|
BUILD_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP
|
|
BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal
|
|
|
|
DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny
|
|
DEPENDS+= p5-Crypt-URandom>=0:../../security/p5-Crypt-URandom
|
|
DEPENDS+= p5-Config-Any>=0:../../devel/p5-Config-Any
|
|
DEPENDS+= p5-Digest-SHA>=0:../../security/p5-Digest-SHA
|
|
DEPENDS+= p5-Hash-Merge-Simple>=0:../../devel/p5-Hash-Merge-Simple
|
|
DEPENDS+= p5-HTTP-Body>=0:../../www/p5-HTTP-Body
|
|
DEPENDS+= p5-HTTP-Date>=0:../../www/p5-HTTP-Date
|
|
DEPENDS+= p5-HTTP-Message>=0:../../www/p5-HTTP-Message
|
|
DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0:../../www/p5-HTTP-Server-Simple-PSGI
|
|
DEPENDS+= p5-JSON>=0:../../converters/p5-JSON
|
|
DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Moo>=0.009014:../../devel/p5-Moo
|
|
DEPENDS+= p5-MooX-Types-MooseLike>=0.16:../../devel/p5-MooX-Types-MooseLike
|
|
DEPENDS+= p5-MooX-Types-MooseLike-Numeric>=0:../../devel/p5-MooX-Types-MooseLike-Numeric
|
|
DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
|
|
DEPENDS+= p5-Plack>=0:../../www/p5-Plack
|
|
DEPENDS+= p5-Template-Tiny>=0:../../textproc/p5-Template-Tiny
|
|
DEPENDS+= p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-URI-Escape-XS>=0:../../www/p5-URI-Escape-XS
|
|
DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML
|
|
DEPENDS+= p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML
|
|
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|