summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Build
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-12-01 09:01:47 +0000
committerwiz <wiz@pkgsrc.org>2013-12-01 09:01:47 +0000
commitd53dce1b5ce7981963c581b099d547edfdd0a339 (patch)
tree67d467cfcb19f7a3d091bb5013936814257cfa47 /devel/p5-Module-Build
parent000e08796a259e0cddae084527c5cbd8f77c990d (diff)
downloadpkgsrc-d53dce1b5ce7981963c581b099d547edfdd0a339.tar.gz
IO has been a part of perl core since 5.6.
The latest version distributed outside the perl core is as old as perl-5.10. Remove p5-IO dependencies in preparation for removal of package.
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r--devel/p5-Module-Build/options.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-Module-Build/options.mk b/devel/p5-Module-Build/options.mk
index 245bd02a0af..9ae3f03407f 100644
--- a/devel/p5-Module-Build/options.mk
+++ b/devel/p5-Module-Build/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2010/01/17 17:38:17 sno Exp $
+# $NetBSD: options.mk,v 1.5 2013/12/01 09:01:47 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
-PKG_SUPPORTED_OPTIONS= dist_authoring license_creation ppm_support bundling
+PKG_SUPPORTED_OPTIONS= dist_authoring license_creation bundling
PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors
.include "../../mk/bsd.options.mk"
@@ -15,9 +15,6 @@ DEPENDS+= p5-Module-Signature>=0.21:../../security/p5-Module-Signature
.if !empty(PKG_OPTIONS:Mlicense_creation)
DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License
.endif
-.if !empty(PKG_OPTIONS:Mppm_support)
-DEPENDS+= {perl>=5.10.1,p5-IO>=1.13}:../../devel/p5-IO
-.endif
.if !empty(PKG_OPTIONS:Mbundling)
# contains required ExtUtils::Installed>=1.999_001
DEPENDS+= {perl>=5.10.1,p5-ExtUtils-Install>=1.54}:../../devel/p5-ExtUtils-Install