Sha256: 4d8144586653a1b7ed3ad7010b4b1ee8f389e7f37c6c60ec9ac216041d328b2b

Contents?: true

Size: 1.28 KB

Versions: 2

Compression:

Stored size: 1.28 KB

Contents

#
# Copyright 2014 Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# expeditor/ignore: deprecated 2021-04

name "perl-extutils-makemaker"
default_version "6.78"

dependency "perl"

version "6.98" do
  source md5: "3eb83b59e33159ecc700bf60ac3c357a"
end
version "6.78" do
  source md5: "843886bc1060b5e5c619e34029343eba"
end
version "7.10" do
  source md5: "2639a21adee5e0a903730c12dcba08ec"
end

source url: "http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-#{version}.tar.gz"

relative_path "ExtUtils-MakeMaker-#{version}"

build do
  env = with_standard_compiler_flags(with_embedded_path).merge(
    "INSTALL_BASE" => "#{install_dir}/embedded"
  )

  command "#{install_dir}/embedded/bin/perl Makefile.PL", env: env

  make env: env
  make "install", env: env
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omnibus-software-23.2.281 config/software/perl-extutils-makemaker.rb
omnibus-software-22.11.239 config/software/perl-extutils-makemaker.rb