source:
trunk/essentials/dev-lang/perl/os2/OS2/REXX/Makefile.PL@
3210
| Last change on this file since 3210 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 233 bytes | |
| Line | |
|---|---|
| 1 | use ExtUtils::MakeMaker; |
| 2 | |
| 3 | WriteMakefile( |
| 4 | NAME => 'OS2::REXX', |
| 5 | VERSION_FROM => 'REXX.pm', |
| 6 | MAN3PODS => {}, # Pods will be built by installman. |
| 7 | XSPROTOARG => '-noprototypes', |
| 8 | PERL_MALLOC_OK => 1, |
| 9 | ); |
Note:
See TracBrowser
for help on using the repository browser.
