Upstream changes: 5.33 2014-08-24 - Improved Mojo::Date to be able to handle higher precision times. - Improved Mojo::ByteStream performance. 5.32 2014-08-21 - Added to_datetime method to Mojo::Date. - Improved Mojo::Date to support RFC 3339. 5.31 2014-08-19 - Improved Mojolicious::Static to allow custom content types. - Improved url_for performance. 5.30 2014-08-17 - Improved Mojolicious::Static to only handle GET and HEAD requests. - Improved Mojo::URL performance. - Improved url_for performance slightly. - Fixed bug where DATA sections sometimes got corrupted after forking, which caused applications to fail randomly. - Fixed Mojo::IOLoop::Client to use a timeout for every connection. 5.29 2014-08-16 - Added helpers method to Mojolicious::Controller. - Improved performance of .ep templates slightly. - Fixed "0" value bug in Mojolicious::Plugin::EPRenderer.
19 lines
497 B
Makefile
19 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.60 2014/08/28 09:19:57 wen Exp $
|
|
|
|
DISTNAME= Mojolicious-5.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mojolicio.us/
|
|
COMMENT= Perl web framework: The Web In A Box!
|
|
LICENSE= artistic-2.0
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Mojolicious/.packlist
|
|
|
|
REPLACE_PERL+= script/*
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|