Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / dh-make-perl / dh-make-perl-0.47 / Strange-2.1 / Makefile.PL
diff --git a/dev/i386/dh-make-perl/dh-make-perl-0.47/Strange-2.1/Makefile.PL b/dev/i386/dh-make-perl/dh-make-perl-0.47/Strange-2.1/Makefile.PL
new file mode 100644 (file)
index 0000000..ae97c05
--- /dev/null
@@ -0,0 +1,10 @@
+use ExtUtils::MakeMaker;
+# See lib/ExtUtils/MakeMaker.pm for details of how to influence
+# the contents of the Makefile that is written.
+WriteMakefile(
+    'NAME'     => 'Strange',
+    'VERSION_FROM' => 'Strange.pm', # finds $VERSION
+    'LIBS'     => [''],   # e.g., '-lm' 
+    'DEFINE'   => '',     # e.g., '-DHAVE_SOMETHING' 
+    'INC'      => '',     # e.g., '-I/usr/include/other' 
+);