From 883d1358fc4f72bf3e19f23e9da615cfc5efb351 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 4 Nov 2019 22:09:50 +0000 Subject: www: align variable assignments pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong. --- www/p5-Starman/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/p5-Starman') diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index 1c8836e23d4..c53f1ae5f35 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/08/11 13:24:59 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2019/11/04 22:10:09 rillig Exp $ DISTNAME= Starman-0.4014 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= https://metacpan.org/release/Starman COMMENT= High-performance preforking PSGI web server LICENSE= ${PERL5_LICENSE} -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Starman/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Starman/.packlist PERL5_MODULE_TYPE= Module::Build::Tiny DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork -- cgit v1.2.3