summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Any
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 17:14:24 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 17:14:24 +0000
commit77f8d7c37cb5f47c19ea3a443382706b5d463f4b (patch)
tree90624493479931270d8de4019800abc0acda4dff /converters/p5-JSON-Any
parenta5388c1842a0443d90a11e6ff6e96d26fb7ee265 (diff)
downloadpkgsrc-77f8d7c37cb5f47c19ea3a443382706b5d463f4b.tar.gz
converters: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'converters/p5-JSON-Any')
-rw-r--r--converters/p5-JSON-Any/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile
index b7d2471f2db..b7052414554 100644
--- a/converters/p5-JSON-Any/Makefile
+++ b/converters/p5-JSON-Any/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2019/08/11 13:18:12 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2019/11/03 17:14:25 rillig Exp $
DISTNAME= JSON-Any-1.39
PKGNAME= p5-${DISTNAME}
@@ -16,7 +16,7 @@ PERL5_MODULE_TYPE= Module::Install::Bundled
# p5-JSON-XS appears to be the current "best of breed"
# and is the preferred JSON dependency (see Makefile.PL)
-DEPENDS+= p5-JSON-XS>=2.232:../../converters/p5-JSON-XS
+DEPENDS+= p5-JSON-XS>=2.232:../../converters/p5-JSON-XS
# for make test
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module