pkgsrc/www/p5-Mojolicious/Makefile
wiz 42e040d5e9 Updated p5-Mojolicious to 7.33.
7.33  2017-06-05
  - Added EXPERIMENTAL support for :matches pseudo-class and :not pseudo-class
    with compount selectors to Mojo::DOM::CSS.
  - Fixed a few form element value extraction bugs in Mojo::DOM.
  - Fixed version command to use the new MetaCPAN API, since the old one got
    shut down.

7.32  2017-05-28
  - Added -f option to get command.
  - Improved get command with support for passing request data by redirecting
    STDIN.
  - Fixed memory leak in Mojo::IOLoop::Client that sometimes prevented the
    connect timeout from working correctly for TLS handshakes.
2017-06-14 13:24:28 +00:00

23 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.122 2017/06/14 13:24:28 wiz Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen,
# which is quite often.
DISTNAME= Mojolicious-7.33
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"