summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Build
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2009-06-13 06:46:41 +0000
committerrillig <rillig@pkgsrc.org>2009-06-13 06:46:41 +0000
commitb52a0a9b9545539eb23fccdbc91473026310e836 (patch)
tree6eed7a57d3bef605249cae3ca716a48bbe004af0 /devel/p5-Module-Build
parent220b66939b43b17a20168b4da9eeb0918041d822 (diff)
downloadpkgsrc-b52a0a9b9545539eb23fccdbc91473026310e836.tar.gz
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r--devel/p5-Module-Build/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Module-Build/options.mk b/devel/p5-Module-Build/options.mk
index 34a5c9dd0a7..212e636eaac 100644
--- a/devel/p5-Module-Build/options.mk
+++ b/devel/p5-Module-Build/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.2 2009/05/06 06:55:50 sno Exp $
+# $NetBSD: options.mk,v 1.3 2009/06/13 06:46:45 rillig Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
+PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
-PKG_SUPPORTED_OPTIONS= archive-tar module-signature pod-readme
+PKG_SUPPORTED_OPTIONS= archive-tar module-signature pod-readme
PKG_SUPPORTED_OPTIONS+= extutils-parsexs extutils-cbuilder extutils-install
PKG_SUPPORTED_OPTIONS+= yaml version
-PKG_SUGGESTED_OPTIONS= archive-tar extutils-cbuilder extutils-parsexs
+PKG_SUGGESTED_OPTIONS= archive-tar extutils-cbuilder extutils-parsexs
PKG_SUGGESTED_OPTIONS+= pod-readme yaml version
.include "../../mk/bsd.options.mk"