repo.or.cz
/
PsN.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
moved nonpb.pm
[PsN.git]
/
modules
/
Math-Random
/
Makefile.PL
blob
bb38da2604df54e37936bbb561bc26d54257f421
1
use ExtUtils::MakeMaker;
2
3
WriteMakefile(
4
'NAME' => 'Math::Random',
5
'VERSION_FROM' => 'Random.pm',
6
'OBJECT' => '$(O_FILES)',
7
'LIBS' => ['-lm'],
8
'DEFINE' => '',
9
'INC' => '', # e.g., '-I/opt/pkg/perl5.002/dist'
10
'dist' => { COMPRESS=>"gzip -9", SUFFIX=>"gz" }
11
);