mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-12-19 09:11:08 +08:00
converted to ExtUtils::MakeMaker
This commit is contained in:
32
Makefile.PL
32
Makefile.PL
@@ -1,16 +1,20 @@
|
||||
# Note: this file was auto-generated by Module::Build::Compat version 0.340201
|
||||
use strict;
|
||||
use warnings;
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile
|
||||
(
|
||||
'NAME' => 'feedGnuplot',
|
||||
'VERSION_FROM' => 'bin/feedGnuplot',
|
||||
'PREREQ_PM' => {
|
||||
'Test::Script::Run' => 0
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
'EXE_FILES' => [
|
||||
'bin/feedGnuplot'
|
||||
],
|
||||
'PL_FILES' => {}
|
||||
)
|
||||
;
|
||||
(
|
||||
NAME => 'feedGnuplot',
|
||||
AUTHOR => q{Dima Kogan <dkogan@cds.caltech.edu>},
|
||||
VERSION_FROM => 'bin/feedGnuplot',
|
||||
ABSTRACT_FROM => 'bin/feedGnuplot',
|
||||
($ExtUtils::MakeMaker::VERSION >= 6.3002
|
||||
? ('LICENSE' => 'perl')
|
||||
: ()),
|
||||
PL_FILES => {},
|
||||
EXE_FILES => [ 'bin/feedGnuplot' ],
|
||||
PREREQ_PM => { 'Test::Script::Run' => 0 },
|
||||
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
|
||||
clean => { FILES => 'feedGnuplot-*' },
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user