Add ARM files
[dh-make-perl] / dev / arm / libextutils-cbuilder-perl / libextutils-cbuilder-perl-0.23 / Makefile.PL
diff --git a/dev/arm/libextutils-cbuilder-perl/libextutils-cbuilder-perl-0.23/Makefile.PL b/dev/arm/libextutils-cbuilder-perl/libextutils-cbuilder-perl-0.23/Makefile.PL
new file mode 100644 (file)
index 0000000..a460be4
--- /dev/null
@@ -0,0 +1,19 @@
+# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+          'NAME' => 'ExtUtils::CBuilder',
+          'VERSION_FROM' => 'lib/ExtUtils/CBuilder.pm',
+          'PREREQ_PM' => {
+                           'Cwd' => '0',
+                           'File::Basename' => '0',
+                           'File::Spec' => '0',
+                           'IO::File' => '0',
+                           'Test' => '0',
+                           'Text::ParseWords' => '0'
+                         },
+          'INSTALLDIRS' => ($] >= 5.009003 ? 'perl' : 'site'),
+          'EXE_FILES' => [],
+          'PL_FILES' => {}
+        )
+;