X-Git-Url: http://git.shiar.net/perl/schtarr.git/blobdiff_plain/66615c316074968c4c39fd3962ba2e7eacedd44c..da2d5c0b14bfbd8550f4d77a471c7212c17a1898:/Archive-MoPaQ/Makefile.PL?ds=inline diff --git a/Archive-MoPaQ/Makefile.PL b/Archive-MoPaQ/Makefile.PL new file mode 100644 index 0000000..98d4da0 --- /dev/null +++ b/Archive-MoPaQ/Makefile.PL @@ -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 ', + LIBS => ['-lmpq -lz'], + INC => '-I.', # e.g., '-I. -I/usr/local/lib/mpq': +);