From f56e05005c751822074f0a22aa9a98d2eb189924 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 16 May 2002 10:09:28 +0000 Subject: Perl is no longer in base. Long live the port! --- contrib/perl5/ext/POSIX/Makefile.PL | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 contrib/perl5/ext/POSIX/Makefile.PL (limited to 'contrib/perl5/ext/POSIX/Makefile.PL') 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', -); -- cgit v1.1