diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 22:09:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 22:09:50 +0000 |
commit | 883d1358fc4f72bf3e19f23e9da615cfc5efb351 (patch) | |
tree | 66f88e4f2f2b97027ca16882d7778bc4ac981b5c /www/p5-CGI-Compile | |
parent | d889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (diff) | |
download | pkgsrc-883d1358fc4f72bf3e19f23e9da615cfc5efb351.tar.gz |
www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded phraseanet since pkglint got the indentation wrong.
Diffstat (limited to 'www/p5-CGI-Compile')
-rw-r--r-- | www/p5-CGI-Compile/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile index 7c4cafca7ab..8b272318825 100644 --- a/www/p5-CGI-Compile/Makefile +++ b/www/p5-CGI-Compile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2019/08/11 13:24:26 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2019/11/04 22:09:59 rillig Exp $ DISTNAME= CGI-Compile-0.22 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,8 @@ HOMEPAGE= https://metacpan.org/release/CGI-Compile COMMENT= Perl 5 module to compile .cgi scripts to a code reference LICENSE= ${PERL5_LICENSE} -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/CGI/Compile/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/CGI/Compile/.packlist PERL5_MODULE_TYPE= Module::Build::Tiny BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings |