Sha256: 6bbaf5ad01944a0fa6f49de13f5a0a9c7f7b2aaf201b0bd78bc7ca42b1752c71

Contents?: true

Size: 1.44 KB

Versions: 4

Compression:

Stored size: 1.44 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"
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz",
                authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"
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

4 entries across 4 versions & 1 rubygems

Version Path
omnibus-software-23.7.295 config/software/perl-extutils-makemaker.rb
omnibus-software-23.6.292 config/software/perl-extutils-makemaker.rb
omnibus-software-23.6.291 config/software/perl-extutils-makemaker.rb
omnibus-software-23.2.283 config/software/perl-extutils-makemaker.rb