Initial revision
[rrdtool.git] / bindings / perl-piped / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6     'NAME'         => 'RRDp',
7     'VERSION'      => '0.99.0', # finds $VERSION
8     'linkext'   => {LINKTYPE => ''},
9     'dist'    =>    {COMPRESS=>'gzip', SUFFIX=>'gz'},
10 );