40bbad7ac6
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
17 lines
625 B
Makefile
17 lines
625 B
Makefile
# $NetBSD: options.mk,v 1.7 2015/07/12 18:56:15 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
|
|
|
|
PKG_SUPPORTED_OPTIONS= dist_authoring license_creation
|
|
PKG_SUGGESTED_OPTIONS= # empty - only for CPAN Authors
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdist_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)
|
|
DEPENDS+= p5-Software-License-[0-9]*:../../devel/p5-Software-License
|
|
.endif
|