pkgsrc/www/p5-Mojolicious/Makefile
rillig b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00

24 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.141 2019/11/04 22:10:06 rillig Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen,
# which is quite often.
DISTNAME= Mojolicious-7.94
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"