Add ARM files
[dh-make-perl] / dev / arm / libextutils-parsexs-perl / libextutils-parsexs-perl-2.19 / Makefile.PL
diff --git a/dev/arm/libextutils-parsexs-perl/libextutils-parsexs-perl-2.19/Makefile.PL b/dev/arm/libextutils-parsexs-perl/libextutils-parsexs-perl-2.19/Makefile.PL
new file mode 100644 (file)
index 0000000..7ff3d5e
--- /dev/null
@@ -0,0 +1,19 @@
+# Note: this file was auto-generated by Module::Build::Compat version 0.03
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+          'NAME' => 'ExtUtils::ParseXS',
+          'VERSION_FROM' => 'lib/ExtUtils/ParseXS.pm',
+          'PREREQ_PM' => {
+                           'Config' => '0',
+                           'Cwd' => '0',
+                           'Exporter' => '0',
+                           'ExtUtils::CBuilder' => '0',
+                           'File::Basename' => '0',
+                           'File::Spec' => '0'
+                         },
+          'INSTALLDIRS' => 'perl',
+          'EXE_FILES' => [],
+          'PL_FILES' => {}
+        )
+;