source: trunk/essentials/dev-lang/perl/ext/ODBM_File/Makefile.PL@ 3403

Last change on this file since 3403 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 249 bytes
Line 
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'ODBM_File',
4 LIBS => ["-ldbm -lucb"],
5 MAN3PODS => {}, # Pods will be built by installman.
6 XSPROTOARG => '-noprototypes', # XXX remove later?
7 VERSION_FROM => 'ODBM_File.pm',
8);
Note: See TracBrowser for help on using the repository browser.