pkgsrc/www/p5-Plack-Middleware-RemoveRedundantBody/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

20 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/11/04 22:10:08 rillig Exp $
DISTNAME= Plack-Middleware-RemoveRedundantBody-0.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Plack-Middleware-ReverseProxy
COMMENT= Removes body for HTTP response if it's not required
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Plack/Middleware/RemoveRedundantBody/.packlist
DEPENDS+= p5-Plack>=0:../../www/p5-Plack
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"