mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
17 lines
483 B
Makefile
17 lines
483 B
Makefile
![]() |
# 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' => {}
|
||
|
)
|
||
|
;
|