Eviscerate README.macos to match the state of the world
[p5sagit/p5-mst-13.2.git] / ext / NDBM_File / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME        => 'NDBM_File',
4     LIBS => ["-L/usr/local/lib -lndbm", "-ldbm -lucb"],
5     XSPROTOARG => '-noprototypes',              # XXX remove later?
6     VERSION_FROM => 'NDBM_File.pm',
7     INC => ($^O eq "MacOS" ? "-i ::::db:include" : "")
8 );