Archive::MoPaQ - perl interface to libmpq
[perl/schtarr.git] / Archive-MoPaQ / Makefile.PL
diff --git a/Archive-MoPaQ/Makefile.PL b/Archive-MoPaQ/Makefile.PL
new file mode 100644 (file)
index 0000000..98d4da0
--- /dev/null
@@ -0,0 +1,12 @@
+use 5.008008;
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+       NAME           => 'Archive::MoPaQ',
+       VERSION_FROM   => 'lib/Archive/MoPaQ.pm', # finds $VERSION
+       PREREQ_PM      => {},
+       ABSTRACT_FROM  => 'lib/Archive/MoPaQ.pm', # retrieve abstract from module
+       AUTHOR         => 'Mischa POSLAWSKY <perl@shiar.org>',
+       LIBS           => ['-lmpq -lz'],
+       INC            => '-I.', # e.g., '-I. -I/usr/local/lib/mpq':
+);