pkgsrc/devel/p5-Module-Build/options.mk
sno 2a84cffce9 PkgSrc changes:
- Updating package for p5 module Module::Build from 0.32 to 0.33
  - Setting License to gnu-gpl-v2
  - Adjusting optional dependencies to use always packages, not
    perl core

Upstream changes:
0.33 - Sun May  3 20:16:34 PDT 2009

 Bug-fixes:
 - Fixed RT#45462: Compat.pm needs to reference 'Build.com' on VMS
   [patch from John Malmberg]
 - Fixed RT#45461: ext.t on VMS [patch from John Malmberg]
 - Fixed RT#43861: Module::Build::PPMMaker has broken PPD name
   versioning for v5.10+
2009-05-06 06:55:50 +00:00

36 lines
1.3 KiB
Makefile

# $NetBSD: options.mk,v 1.2 2009/05/06 06:55:50 sno Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Module-Build
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+= pod-readme yaml version
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Marchive-tar)
DEPENDS+= p5-Archive-Tar>=1.08:../../archivers/p5-Archive-Tar
.endif
.if !empty(PKG_OPTIONS:Myaml)
BUILD_DEPENDS+= p5-YAML>=0.50:../../textproc/p5-YAML
.endif
.if !empty(PKG_OPTIONS:Mmodule-signature)
DEPENDS+= p5-Module-Signature>=0.55:../../security/p5-Module-Signature
.endif
.if !empty(PKG_OPTIONS:Mextutils-parsexs)
DEPENDS+= p5-ExtUtils-ParseXS>=1.02:../../devel/p5-ExtUtils-ParseXS
.endif
.if !empty(PKG_OPTIONS:Mextutils-cbuilder)
DEPENDS+= p5-ExtUtils-CBuilder>=0.15:../../devel/p5-ExtUtils-CBuilder
.endif
.if !empty(PKG_OPTIONS:Mextutils-install)
DEPENDS+= p5-ExtUtils-Install>=0.30:../../devel/p5-ExtUtils-Install
.endif
.if !empty(PKG_OPTIONS:Mpod-readme)
DEPENDS+= p5-Pod-Readme>=0.04:../../textproc/p5-Pod-Readme
.endif
.if !empty(PKG_OPTIONS:Mversion)
DEPENDS+= p5-version>=0.74:../../devel/p5-version
.endif