f5854c2466
Upstream changes: 4.50 2013-10-22 - Deprecated Mojo::UserAgent::app in favor of Mojo::UserAgent::Server::app. - Deprecated Mojo::UserAgent::app_url in favor of Mojo::UserAgent::Server::url. - Deprecated Mojo::UserAgent::detect_proxy in favor of Mojo::UserAgent::Proxy::detect. - Deprecated Mojo::UserAgent::http_proxy in favor of Mojo::UserAgent::Proxy::http. - Deprecated Mojo::UserAgent::https_proxy in favor of Mojo::UserAgent::Proxy::https. - Deprecated Mojo::UserAgent::no_proxy in favor of Mojo::UserAgent::Proxy::not. - Deprecated Mojo::UserAgent::need_proxy in favor of Mojo::UserAgent::Proxy::is_needed. - Deprecated Mojo::UserAgent::name in favor of Mojo::UserAgent::Transactor::name. - Added modules Mojo::UserAgent::Proxy and Mojo::UserAgent::Server. - Added proxy and server attributes to Mojo::UserAgent. - Removed deprecated attrs method from Mojo::DOM. - Improved Mojo::Message to allow max_message_size check to be disabled. - Fixed small assignment bug in content helper.
19 lines
497 B
Makefile
19 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.39 2013/10/27 11:38:44 wen Exp $
|
|
|
|
DISTNAME= Mojolicious-4.50
|
|
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"
|