aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cbcdee5..4030afe 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -47,6 +47,9 @@ rpm: rpmdist
WriteMakefile(
NAME => 'URPM',
+ PREREQ_PM => {
+ 'MDV::Packdrakeng' => '1.00',
+ },
CCFLAGS => '-Wall',
OPTIMIZE => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s -ffast-math -fexpensive-optimizations',
VERSION_FROM => 'URPM.pm',