Upgrade DB_File to 1.56:
[p5sagit/p5-mst-13.2.git] / ext / POSIX / Makefile.PL
index 3717a0a..3359d17 100644 (file)
@@ -1,2 +1,8 @@
 use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-lm -lposix -lcposix"]);
+WriteMakefile(
+    NAME       => 'POSIX',
+    LIBS       => ["-lm -lposix -lcposix"],
+    MAN3PODS   => ' ',         # Pods will be built by installman.
+    XSPROTOARG => '-noprototypes',             # XXX remove later?
+    VERSION_FROM => 'POSIX.pm', 
+);