pkgsrc/www/p5-Mojolicious/Makefile
mspo a404f01a35 upgrade to 3.28
3.28  2012-08-10
  - Added skip_body attribute to Mojo::Content.
  - Added is_empty method to Mojo::Message::Response.
  - Updated jQuery to version 1.8.
  - Improved Mojo::Base to assign names to generated subroutines.
  - Improved message parser performance slightly.
  - Improved documentation.
  - Improved tests.
  - Fixed 1xx, 204 and 304 response support.

3.27  2012-08-09
  - Improved documentation.
  - Improved tests.

3.26  2012-08-09
  - Improved tests.

3.25  2012-08-08
  - Improved documentation.
  - Fixed cleanup bugs in Mojo::Server::Daemon and Mojo::UserAgent.

3.24  2012-08-08
  - Improved documentation.
  - Improved tests.

3.23  2012-08-07
  - Added appcache MIME type.
  - Improved documentation.

3.22  2012-08-06
  - Added mp4, ogg, ogv and webm MIME types.
  - Removed x- prefix from js and woff MIME types.
  - Improved documentation.
  - Fixed gz and xml MIME types.

3.21  2012-08-05
  - Improved documentation.
  - Improved tests.
  - Fixed Perl 5.17.3+ compatibility.
  - Fixed small AUTOLOAD bug in Mojolicious::Lite.

3.20  2012-08-04
  - Added extract_start_line method to Mojo::Message, Mojo::Message::Request
    and Mojo::Message::Response.
  - Added get_start_line_chunk method to Mojo::Message::Request and
    Mojo::Message::Request.
  - Improved end method in Mojo::IOLoop::Delay to return the number of
    remaining events.
  - Improved documentation.
  - Improved tests.
2012-08-11 14:54:17 +00:00

22 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.16 2012/08/11 14:54:17 mspo Exp $
DISTNAME= Mojolicious-3.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/SRI/}
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TE/TEMPIRE/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mojolicious.org/
COMMENT= Perl web framework: The Web In A Box!
LICENSE= artistic-2.0
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Mojolicious/.packlist
REPLACE_PERL+= script/*
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"