10 lines
151 B
Makefile
10 lines
151 B
Makefile
|
|
||
|
use ExtUtils::MakeMaker;
|
||
|
|
||
|
WriteMakefile(
|
||
|
'VERSION' => 96.042201,
|
||
|
'NAME' => 'Proc::Forkfunc',
|
||
|
'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" },
|
||
|
);
|
||
|
|