Alien-pkgconf

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.14 2018-07-20 15:29:47 -0700
  - Require pkgconf 1.5.2 for bugfixes
  - Switched to back to upstream for share install

0.12 2018-06-25 06:52:07 -0400
  - Require pkgconf 1.5.0
  - Temp fetching patched version from dist.wdlabs.com
    for share install
  - use SSL for share install (require Net::SSLeay and
    IO::Socket::SSL for share install)

0.11 2017-12-27 09:33:28 -0500
  - Require pkgconf 1.3.90
  - patch pkgconf-1.3.9 on solaris for compiler flags
  - other Solaris specific workarounds

0.10 2017-03-01 23:38:24 -0500
  - Require pkgconf 1.3.0

0.09 2017-01-31 18:31:22 -0500

META.json  view on Meta::CPAN

      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "Archive::Tar" : "2.24",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "JSON::PP" : "2.27400",
            "Net::SSLeay" : "1.49"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.98",
            "JSON::PP" : "2.27400"
         }
      },

META.yml  view on Meta::CPAN

---
abstract: 'Discover or download and install pkgconf + libpkgconf'
author:
  - 'Graham Ollis <plicease@cpan.org>'
build_requires:
  Archive::Tar: '2.24'
  HTTP::Tiny: '0.044'
  IO::Socket::SSL: '1.56'
  JSON::PP: '2.27400'
  Net::SSLeay: '1.49'
  Test2: '1.302073'
  Test2::V0: '0.000065'
  Test::Alien: '0.08'
configure_requires:
  ExtUtils::MakeMaker: '6.98'
  JSON::PP: '2.27400'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010'

Makefile.PL  view on Meta::CPAN

}

print "install type: $install_type\n";

if($install_type eq 'system')
{
  delete $args{BUILD_REQUIRES}->{$_} for qw( HTTP::Tiny Archive::Tar Alien::xz );
}
elsif($install_type eq 'share')
{
  $args{BUILD_REQUIRES}->{'IO::Socket::SSL'} = 1.56;
  $args{BUILD_REQUIRES}->{'Net::SSLeay'}     = 1.49;
}

if($^O eq 'MSWin32' && $install_type eq 'share')
{
  $args{BUILD_REQUIRES}->{'Alien::MSYS'} = '0.07';
}

my %fallback = (
  %{ $args{TEST_REQUIRES} },



( run in 1.167 second using v1.01-cache-2.11-cpan-4d50c553e7e )