{% set name = "perl-extutils-cbuilder" %}
{% set version = "0.280230" %}
{% set sha256 = "1daae1d7709709a26139984b3c4c36e9ff22912cde6a393ea30ef40058dc9cd5" %}

package:
  name: {{ name }}
  version: {{ version }}

source:
  url: https://cpan.metacpan.org/authors/id/A/AM/AMBS/ExtUtils-CBuilder-{{ version }}.tar.gz
  sha256: {{ sha256 }}

build:
  noarch: generic
  number: 2

requirements:
  host:
    - perl
    - perl-text-parsewords
    - perl-perl-ostype
    - perl-ipc-cmd
    - perl-file-temp
    - perl-extutils-makemaker

  run:
    - perl
    - perl-text-parsewords
    - perl-perl-ostype
    - perl-file-temp
    - perl-ipc-cmd
    - perl-extutils-makemaker

test:
  imports:
    - ExtUtils::CBuilder
    - ExtUtils::CBuilder::Base
    - ExtUtils::CBuilder::Platform::Unix
    - ExtUtils::CBuilder::Platform::VMS
    - ExtUtils::CBuilder::Platform::aix
    - ExtUtils::CBuilder::Platform::android
    - ExtUtils::CBuilder::Platform::cygwin
    - ExtUtils::CBuilder::Platform::darwin
    - ExtUtils::CBuilder::Platform::dec_osf
    - ExtUtils::CBuilder::Platform::os2

about:
  home: http://search.cpan.org/dist/ExtUtils-CBuilder
  license: perl_5
  summary: 'Compile and link C code for Perl modules'

