summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX/Makefile.PL
blob: 0218b8d056d3327b0ba3586dc287d222061c7c0b (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME	=> 'POSIX',
    (($^O eq 'MSWin32' || $^O eq 'freebsd') ? () : (LIBS	=> ["-lm -lposix -lcposix"])),
    MAN3PODS 	=> ' ', 	# Pods will be built by installman.
    XSPROTOARG => '-noprototypes', 		# XXX remove later?
    VERSION_FROM => 'POSIX.pm', 
);
OpenPOWER on IntegriCloud