/Makefile.PL
http://github.com/gitpan/PDL-Graphics-AquaTerm · Perl · 18 lines · 11 code · 6 blank · 1 comment · 0 complexity · 6168b66ecbb5bb8710208fcdbee9d132 MD5 · raw file
- use PDL::Core::Dev;
- use ExtUtils::MakeMaker;
- $package = ["aquaterm.pd",AquaTerm,PDL::Graphics::AquaTerm];
- # the hash helps dh-make-perl to find needed name and version strings
- %hash=(
- pdlpp_stdargs($package),
-
- 'NAME' => 'PDL::Graphics::AquaTerm',
- 'VERSION_FROM' => 'aquaterm.pd',
- 'LIBS' => '-laquaterm',
- );
- WriteMakefile( %hash );
- sub MY::postamble {pdlpp_postamble($package)};