summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-21 07:14:14 +0000
committerwiz <wiz>2016-08-21 07:14:14 +0000
commitca41d729d90a0526c18494749373822845c29b8e (patch)
treee44b8edc043b75601294396f02cd45a2c6be08f2 /devel
parent6b60d081999baeb11b3abf74e55b1d9f10e132a0 (diff)
downloadpkgsrc-ca41d729d90a0526c18494749373822845c29b8e.tar.gz
pkglint cleanup.
Diffstat (limited to 'devel')
-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 9b7309dc579..7de4683a372 100644
--- a/devel/p5-Module-Build/options.mk
+++ b/devel/p5-Module-Build/options.mk
@@ -1,17 +1,17 @@
-# $NetBSD: options.mk,v 1.7 2015/07/12 18:56:15 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2016/08/21 07:14:14 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
-PKG_SUPPORTED_OPTIONS= dist_authoring license_creation
+PKG_SUPPORTED_OPTIONS= p5-module-build-dist-authoring p5-module-build-license-creation
PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mdist_authoring)
+.if !empty(PKG_OPTIONS:Mp5-module-build-dist-authoring)
#DEPENDS+= {perl>=5.10.0,p5-Archive-Tar>=1.09}:../../archivers/p5-Archive-Tar
DEPENDS+= p5-Pod-Readme>=0.04:../../textproc/p5-Pod-Readme
DEPENDS+= p5-Module-Signature>=0.21:../../security/p5-Module-Signature
.endif
-.if !empty(PKG_OPTIONS:Mlicense_creation)
+.if !empty(PKG_OPTIONS:Mp5-module-build-license-creation)
DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License
.endif