feedgnuplot/Makefile.PL
2011-01-23 20:14:18 -08:00

17 lines
483 B
Perl

# Note: this file was auto-generated by Module::Build::Compat version 0.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'feedGnuplot',
'VERSION_FROM' => 'bin/feedGnuplot',
'PREREQ_PM' => {
'Test::Script::Run' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'bin/feedGnuplot'
],
'PL_FILES' => {}
)
;