blob: 3359d1742c36c4176d0f46a8928b8387a28a1b48 (
plain)
1
2
3
4
5
6
7
8
|
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'POSIX',
LIBS => ["-lm -lposix -lcposix"],
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes', # XXX remove later?
VERSION_FROM => 'POSIX.pm',
);
|