Alien-libmaxminddb

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This Makefile.PL for Alien-libmaxminddb was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.014;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Find or install libmaxminddb",
  "AUTHOR" => "Andreas V\x{f6}gele <voegelas\@cpan.org>",
  "BUILD_REQUIRES" => {
    "ExtUtils::CBuilder" => 0,
    "File::Copy" => 0,
    "File::Path" => "2.07",
    "File::Temp" => 0
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Alien-libmaxminddb",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014",
  "NAME" => "Alien::libmaxminddb",
  "PREREQ_PM" => {
    "File::Spec" => 0,
    "JSON::PP" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::CBuilder" => 0,
    "File::Temp" => 0,
    "Test::More" => 0
  },
  "VERSION" => "2.003",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

%WriteMakefileArgs = (
    %WriteMakefileArgs,
    PL_FILES => {'libmaxminddb.PL' => 'done.txt'},
    clean => {FILES => 'config.h done.txt'},
);

my %FallbackPrereqs = (
  "ExtUtils::CBuilder" => 0,
  "File::Copy" => 0,
  "File::Path" => "2.07",
  "File::Spec" => 0,
  "File::Temp" => 0,
  "JSON::PP" => 0,
  "Test::More" => 0,
  "utf8" => 0,
  "warnings" => 0
);

unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);



( run in 1.638 second using v1.01-cache-2.11-cpan-fa01517f264 )