diff options
| author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
|---|---|---|
| committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
| commit | 15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch) | |
| tree | cab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/p5-Server-Starter | |
| parent | ef482b78e029548a99588f95eff363467deb3687 (diff) | |
| download | pkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz | |
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
Diffstat (limited to 'sysutils/p5-Server-Starter')
| -rw-r--r-- | sysutils/p5-Server-Starter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/p5-Server-Starter/Makefile b/sysutils/p5-Server-Starter/Makefile index 2acc3c074d7..30e047a1037 100644 --- a/sysutils/p5-Server-Starter/Makefile +++ b/sysutils/p5-Server-Starter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/08/11 13:23:14 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/04 21:28:50 rillig Exp $ DISTNAME= Server-Starter-0.34 PKGNAME= p5-${DISTNAME} @@ -12,14 +12,14 @@ COMMENT= Perl 5 superdaemon for hot-deploying server programs LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Server/Starter/.packlist +PERL5_PACKLIST= auto/Server/Starter/.packlist BUILD_DEPENDS+= p5-Test-TCP>=0.11:../../net/p5-Test-TCP DEPENDS+= p5-Proc-Wait3-[0-9]*:../../devel/p5-Proc-Wait3 DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard -PERL5_MODULE_TYPE= Module::Build +PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |
