Add ARM files
[dh-make-perl] / dev / arm / libio-stringy-perl / io-stringy-2.110 / Makefile.PL
diff --git a/dev/arm/libio-stringy-perl/io-stringy-2.110/Makefile.PL b/dev/arm/libio-stringy-perl/io-stringy-2.110/Makefile.PL
new file mode 100755 (executable)
index 0000000..629288b
--- /dev/null
@@ -0,0 +1,21 @@
+#!/usr/bin/perl
+use ExtUtils::MakeMaker;
+
+#------------------------------------------------------------
+# Makefile:
+#------------------------------------------------------------
+
+# Ensure the test output directory:
+(-d "testout") or mkdir "testout", 0755 or die "please make dir ./testout\n";
+
+# Write the Makefile:
+WriteMakefile(
+             NAME         => "IO::Stringy",
+             VERSION_FROM => "lib/IO/Stringy.pm",
+             DISTNAME     => "IO-stringy",
+             'dist'       => {
+                 COMPRESS => 'gzip -f',
+                 SUFFIX   => 'gz',
+             }
+             );
+