summaryrefslogtreecommitdiff
path: root/geography/p5-Geo-Gpx/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 19:30:32 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 19:30:32 +0000
commitde90321faa2cb881bb1a9b82259ec01e54fd0566 (patch)
treef7a9981004a3672de5b0c505775a9043c464460b /geography/p5-Geo-Gpx/Makefile
parent668a035f6586a571d9d7f2f11e71a7d4c48d8b2b (diff)
downloadpkgsrc-de90321faa2cb881bb1a9b82259ec01e54fd0566.tar.gz
geography: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'geography/p5-Geo-Gpx/Makefile')
-rw-r--r--geography/p5-Geo-Gpx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/geography/p5-Geo-Gpx/Makefile b/geography/p5-Geo-Gpx/Makefile
index 970970b9dbe..8d49f5540c4 100644
--- a/geography/p5-Geo-Gpx/Makefile
+++ b/geography/p5-Geo-Gpx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/11 13:21:06 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/11/03 19:30:34 rillig Exp $
#
DISTNAME= Geo-Gpx-0.26
@@ -12,9 +12,9 @@ HOMEPAGE= https://metacpan.org/pod/release/ANDYA/Geo-Gpx-0.26/lib/Geo/Gpx.pm
COMMENT= Geo::Gpx - Create and parse GPX files.
LICENSE= ${PERL5_LICENSE}
-PERL5_PACKLIST= auto/Geo/Gpx/.packlist
+PERL5_PACKLIST= auto/Geo/Gpx/.packlist
#PERL5_MODULE_TYPE= Module::Install::Bundled
-MAKE_PARAMS+= --skipdeps
+MAKE_PARAMS+= --skipdeps
DEPENDS+= p5-DateTime-Format-ISO8601>=0.0800:../../time/p5-DateTime-Format-ISO8601
DEPENDS+= p5-HTML-Parser>=3.71:../../www/p5-HTML-Parser