pkgsrc/www/p5-Mojolicious/Makefile
wen d90f86e074 Update to 4.53
Upstream changes:
4.53  2013-10-30
  - Fixed a few unsubscribe and error event bugs in Mojo::EventEmitter.

4.52  2013-10-29
  - Improved Mojo::EventEmitter to allow unhandled error events to be fatal.
    (powerman, sri)

4.51  2013-10-28
  - Added tag_with_error helper to Mojolicious::Plugin::TagHelpers.
  - Improved .ep template performance significantly, the number of helpers no
    longer has any effect. (jberger, sri)
  - Improved form_for performance.
  - Improved built-in templates with documentation search.
  - Fixed template inheritance bug in include helper.
  - Fixed a few multipart form handling bugs.
2013-10-31 00:43:38 +00:00

19 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.40 2013/10/31 00:43:38 wen Exp $
DISTNAME= Mojolicious-4.53
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"