Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libhtml-tree-perl / libhtml-tree-perl-3.23 / Makefile.PL
diff --git a/dev/i386/libhtml-tree-perl/libhtml-tree-perl-3.23/Makefile.PL b/dev/i386/libhtml-tree-perl/libhtml-tree-perl-3.23/Makefile.PL
new file mode 100644 (file)
index 0000000..7b34b8b
--- /dev/null
@@ -0,0 +1,16 @@
+require 5.004;
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+    NAME            => 'HTML-Tree',
+    VERSION_FROM    => 'lib/HTML/Tree.pm',
+    PREREQ_PM       => {
+        'HTML::Parser' => 3.46,
+        'HTML::Tagset' => 3.02,
+    },
+    AUTHOR => 'Pete Krawczyk <petek@cpan.org>',
+    ABSTRACT => 'build and scan parse-trees of HTML',
+
+    dist            => { COMPRESS => 'gzip -9f', SUFFIX => 'gz' },
+    clean           => { FILES => 'HTML-Tree-*' },
+);