417f401985
Upstream changes: 6.24 2015-10-13 - Improved session security by not storing secrets in the stash and making CSRF tokens much harder to guess. - Improved commands to show all options that can affect their behavior. - Fixed bug in Mojo::JSON::Pointer that prevented JSON Pointers with trailing slash from working correctly. (dolmen) - Fixed support for domains with trailing dot in Mojo::URL. 6.23 2015-10-06 - Improved documentation browser CSS. - Fixed bug in Mojo::Transaction::WebSocket where an unsupported protocol could be selected automatically. - Fixed input record separator bug in Mojo::Util. (Zoffix, sri) - Fixed small redirect bug in Mojo::UserAgent::Transactor. 6.22 2015-09-26 - Improved Mojo::JSON by reusing JSON::PP boolean constants. - Improved uniq method in Mojo::Collection to accept a callback. (CandyAngel) - Improved first and grep methods in Mojo::Collection to be able to call methods. - Improved support for empty attributes in Mojo::DOM::HTML.
19 lines
483 B
Makefile
19 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.81 2015/10/15 02:42:37 wen Exp $
|
|
|
|
DISTNAME= Mojolicious-6.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/}
|
|
|
|
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"
|