8306037e9f
Upstream changes: 7.11 2016-11-30 - Added EXPERIMENTAL close_idle_connections method to Mojo::Server::Daemon. - Improved one_tick method in Mojo::IOLoop to protect from recursion, similar to the start method. - Improved log attribute in Mojolicious to make it easier to override default settings. (jberger) - Fixed bug in Mojo::Server::Prefork where workers would accept keep-alive requests after a graceful shutdown had already been initiated. - Fixed bugs in Mojo::Util and Mojo::Asset::File where incomplete writes would not be recognized as errors. (bobkare, sri)
19 lines
484 B
Makefile
19 lines
484 B
Makefile
# $NetBSD: Makefile,v 1.110 2016/12/11 03:31:55 wen Exp $
|
|
|
|
DISTNAME= Mojolicious-7.11
|
|
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"
|