summaryrefslogtreecommitdiff
path: root/math/p5-Spreadsheet-XLSX
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
commitacea7f0682b89f8d0999e81a81341dfe21db49fc (patch)
treee25472ccd0b1ab989f1b92436096953570f7b300 /math/p5-Spreadsheet-XLSX
parent025745474c7cdcbfbdda1d3fb4d09a72d8ce32f3 (diff)
downloadpkgsrc-acea7f0682b89f8d0999e81a81341dfe21db49fc.tar.gz
math: align variable assignments
pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
Diffstat (limited to 'math/p5-Spreadsheet-XLSX')
-rw-r--r--math/p5-Spreadsheet-XLSX/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Spreadsheet-XLSX/Makefile b/math/p5-Spreadsheet-XLSX/Makefile
index 9474cf8c477..2606efe5480 100644
--- a/math/p5-Spreadsheet-XLSX/Makefile
+++ b/math/p5-Spreadsheet-XLSX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/08/11 13:21:51 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/02 16:16:21 rillig Exp $
#
DISTNAME= Spreadsheet-XLSX-0.15
@@ -16,8 +16,8 @@ DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/p5-//}
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Spreadsheet/XLSX/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Spreadsheet/XLSX/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"