pkgsrc/www/p5-Mojolicious/Makefile
schmonz 5c6f209791 Update to 9.22. From the changelog:
- Added a referer method to Mojo::Headers, as an alias for the
  referrer method.
- Fixed response status log message to use the "trace" log level instead
  of "debug".
2021-10-31 08:33:21 +00:00

23 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.148 2021/10/31 08:33:21 schmonz Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen,
# which is quite often.
DISTNAME= Mojolicious-9.22
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"