Revision 10724,
270 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r10723,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | use ExtUtils::MakeMaker; |
---|
2 | WriteMakefile( |
---|
3 | NAME => 'GDBM_File', |
---|
4 | LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"], |
---|
5 | MAN3PODS => ' ', # Pods will be built by installman. |
---|
6 | XSPROTOARG => '-noprototypes', # XXX remove later? |
---|
7 | VERSION_FROM => 'GDBM_File.pm', |
---|
8 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.