summaryrefslogtreecommitdiff
path: root/net/p5-Net-Amazon
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
commit6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch)
tree97ee76f3981200121bbba776c699b2cf57cc3af5 /net/p5-Net-Amazon
parentc541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff)
downloadpkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'net/p5-Net-Amazon')
-rw-r--r--net/p5-Net-Amazon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Amazon/Makefile b/net/p5-Net-Amazon/Makefile
index 7d0f1796bc1..d36ca42c6d7 100644
--- a/net/p5-Net-Amazon/Makefile
+++ b/net/p5-Net-Amazon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/08/11 13:22:16 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2019/11/03 11:45:47 rillig Exp $
DISTNAME= Net-Amazon-0.62
PKGNAME= p5-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+= p5-XML-Simple>=2.08:../../textproc/p5-XML-Simple
DEPENDS+= p5-Log-Log4perl>=0.30:../../devel/p5-Log-Log4perl
#DEPENDS+= {perl>=5.007.003,p5-Time-HiRes>=1}:../../time/p5-Time-HiRes
-PERL5_PACKLIST= auto/Net/Amazon/.packlist
+PERL5_PACKLIST= auto/Net/Amazon/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"