summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/ext/POSIX/Makefile.PL')
-rw-r--r--contrib/perl5/ext/POSIX/Makefile.PL14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/perl5/ext/POSIX/Makefile.PL b/contrib/perl5/ext/POSIX/Makefile.PL
deleted file mode 100644
index 5127b4d..0000000
--- a/contrib/perl5/ext/POSIX/Makefile.PL
+++ /dev/null
@@ -1,14 +0,0 @@
-# $FreeBSD$
-use ExtUtils::MakeMaker;
-use Config;
-my @libs;
-if ($^O ne 'MSWin32') {
- @libs = ('LIBS' => ["-lm -lposix -lcposix"]);
-}
-WriteMakefile(
- NAME => 'POSIX',
- @libs,
- MAN3PODS => {}, # Pods will be built by installman.
- XSPROTOARG => '-noprototypes', # XXX remove later?
- VERSION_FROM => 'POSIX.pm',
-);
OpenPOWER on IntegriCloud