-
Notifications
You must be signed in to change notification settings - Fork 24
/
Makefile.PL
102 lines (100 loc) · 5.48 KB
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
BEGIN {
use strict; use warnings;
unless(eval q{ use 5.008004; 1}) {
print "Perl 5.008004 or better required\n";
exit;
}
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker
use strict;
use warnings;
use 5.008004;
use ExtUtils::MakeMaker 6.64;
require "./inc/mymm.pl";
my %WriteMakefileArgs = (
"ABSTRACT" => "Write Perl bindings to non-Perl libraries with FFI. No XS required.",
"AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
"BUILD_REQUIRES" => {
"Alien::FFI" => "0.20",
"ExtUtils::CBuilder" => 0
},
"CONFIGURE_REQUIRES" => {
"Capture::Tiny" => 0,
"ExtUtils::MakeMaker" => "7.12",
"ExtUtils::ParseXS" => "3.30",
"IPC::Cmd" => 0,
"JSON::PP" => 0,
"parent" => 0
},
"DISTNAME" => "FFI-Platypus",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008004",
"NAME" => "FFI::Platypus",
"PM" => {
"lib/FFI/Build.pm" => "\$(INST_LIB)/FFI/Build.pm",
"lib/FFI/Build/File/Base.pm" => "\$(INST_LIB)/FFI/Build/File/Base.pm",
"lib/FFI/Build/File/C.pm" => "\$(INST_LIB)/FFI/Build/File/C.pm",
"lib/FFI/Build/File/CXX.pm" => "\$(INST_LIB)/FFI/Build/File/CXX.pm",
"lib/FFI/Build/File/Library.pm" => "\$(INST_LIB)/FFI/Build/File/Library.pm",
"lib/FFI/Build/File/Object.pm" => "\$(INST_LIB)/FFI/Build/File/Object.pm",
"lib/FFI/Build/MM.pm" => "\$(INST_LIB)/FFI/Build/MM.pm",
"lib/FFI/Build/Platform.pm" => "\$(INST_LIB)/FFI/Build/Platform.pm",
"lib/FFI/Build/Plugin.pm" => "\$(INST_LIB)/FFI/Build/Plugin.pm",
"lib/FFI/Build/PluginData.pm" => "\$(INST_LIB)/FFI/Build/PluginData.pm",
"lib/FFI/Platypus.pm" => "\$(INST_LIB)/FFI/Platypus.pm",
"lib/FFI/Platypus/API.pm" => "\$(INST_LIB)/FFI/Platypus/API.pm",
"lib/FFI/Platypus/Buffer.pm" => "\$(INST_LIB)/FFI/Platypus/Buffer.pm",
"lib/FFI/Platypus/Bundle.pm" => "\$(INST_LIB)/FFI/Platypus/Bundle.pm",
"lib/FFI/Platypus/Closure.pm" => "\$(INST_LIB)/FFI/Platypus/Closure.pm",
"lib/FFI/Platypus/Constant.pm" => "\$(INST_LIB)/FFI/Platypus/Constant.pm",
"lib/FFI/Platypus/DL.pm" => "\$(INST_LIB)/FFI/Platypus/DL.pm",
"lib/FFI/Platypus/Function.pm" => "\$(INST_LIB)/FFI/Platypus/Function.pm",
"lib/FFI/Platypus/Internal.pm" => "\$(INST_LIB)/FFI/Platypus/Internal.pm",
"lib/FFI/Platypus/Lang.pm" => "\$(INST_LIB)/FFI/Platypus/Lang.pm",
"lib/FFI/Platypus/Lang/ASM.pm" => "\$(INST_LIB)/FFI/Platypus/Lang/ASM.pm",
"lib/FFI/Platypus/Lang/C.pm" => "\$(INST_LIB)/FFI/Platypus/Lang/C.pm",
"lib/FFI/Platypus/Lang/Win32.pm" => "\$(INST_LIB)/FFI/Platypus/Lang/Win32.pm",
"lib/FFI/Platypus/Legacy.pm" => "\$(INST_LIB)/FFI/Platypus/Legacy.pm",
"lib/FFI/Platypus/Memory.pm" => "\$(INST_LIB)/FFI/Platypus/Memory.pm",
"lib/FFI/Platypus/Record.pm" => "\$(INST_LIB)/FFI/Platypus/Record.pm",
"lib/FFI/Platypus/Record/Meta.pm" => "\$(INST_LIB)/FFI/Platypus/Record/Meta.pm",
"lib/FFI/Platypus/Record/TieArray.pm" => "\$(INST_LIB)/FFI/Platypus/Record/TieArray.pm",
"lib/FFI/Platypus/ShareConfig.pm" => "\$(INST_LIB)/FFI/Platypus/ShareConfig.pm",
"lib/FFI/Platypus/Type.pm" => "\$(INST_LIB)/FFI/Platypus/Type.pm",
"lib/FFI/Platypus/Type/PointerSizeBuffer.pm" => "\$(INST_LIB)/FFI/Platypus/Type/PointerSizeBuffer.pm",
"lib/FFI/Platypus/Type/StringArray.pm" => "\$(INST_LIB)/FFI/Platypus/Type/StringArray.pm",
"lib/FFI/Platypus/Type/StringPointer.pm" => "\$(INST_LIB)/FFI/Platypus/Type/StringPointer.pm",
"lib/FFI/Platypus/Type/WideString.pm" => "\$(INST_LIB)/FFI/Platypus/Type/WideString.pm",
"lib/FFI/Platypus/TypeParser.pm" => "\$(INST_LIB)/FFI/Platypus/TypeParser.pm",
"lib/FFI/Platypus/TypeParser/Version0.pm" => "\$(INST_LIB)/FFI/Platypus/TypeParser/Version0.pm",
"lib/FFI/Platypus/TypeParser/Version1.pm" => "\$(INST_LIB)/FFI/Platypus/TypeParser/Version1.pm",
"lib/FFI/Platypus/TypeParser/Version2.pm" => "\$(INST_LIB)/FFI/Platypus/TypeParser/Version2.pm",
"lib/FFI/Probe.pm" => "\$(INST_LIB)/FFI/Probe.pm",
"lib/FFI/Probe/Runner.pm" => "\$(INST_LIB)/FFI/Probe/Runner.pm",
"lib/FFI/Probe/Runner/Builder.pm" => "\$(INST_LIB)/FFI/Probe/Runner/Builder.pm",
"lib/FFI/Probe/Runner/Result.pm" => "\$(INST_LIB)/FFI/Probe/Runner/Result.pm",
"lib/FFI/Temp.pm" => "\$(INST_LIB)/FFI/Temp.pm"
},
"PREREQ_PM" => {
"Capture::Tiny" => 0,
"ExtUtils::MakeMaker" => "7.12",
"FFI::CheckLib" => "0.05",
"File::Spec::Functions" => 0,
"IPC::Cmd" => 0,
"JSON::PP" => 0,
"List::Util" => "1.45",
"autodie" => 0,
"constant" => "1.32",
"parent" => 0
},
"TEST_REQUIRES" => {
"Capture::Tiny" => 0,
"Test2::API" => "1.302015",
"Test2::V0" => "0.000121"
},
"VERSION" => "2.10",
"test" => {
"TESTS" => "t/*.t"
}
);
mymm::myWriteMakefile(%WriteMakefileArgs);