Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: options.mk,v 1.4 2010/01/17 17:38:17 sno Exp $
# $NetBSD: options.mk,v 1.6 2013/12/07 00:58:01 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
PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors
.include "../../mk/bsd.options.mk"
@@ -15,10 +15,3 @@ 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
.endif