From a453b3e5b567506bc517b6a3b32a71d05937eaaa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Nov 2005 16:01:32 +0000 Subject: perl-MDK-Common-devel replaced by package perl_checker => perl-MDK-Common is a simple perl package, no more requiring ocaml --- Makefile.PL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..5e3beaf --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,17 @@ +use ExtUtils::MakeMaker; + +if ($ENV{MAKEFILE_NAME}) { + symlink '.', 'lib'; + system("perl lib/MDK/Common.pm.pl > lib/MDK/Common.pm"); +} + +WriteMakefile( + NAME => 'MDK::Common', + VERSION_FROM => 'lib/MDK/Common.pm', + ABSTRACT_FROM => 'lib/MDK/Common.pm', + AUTHOR => 'Pixel ', + $ENV{MAKEFILE_NAME} ? ( + MAKEFILE => $ENV{MAKEFILE_NAME}, + dist => { COMPRESS => "bzip2 -f" }, + ) : (), +); -- cgit v1.2.1