This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
extra tests for grok_number(_flags)()
[perl5.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 );