Alien-PGPLOT
view release on metacpan or search on metacpan
plugin Extract => 'tar.gz';
plugin 'Build::Autoconf';
};
# find path to executables for system install, if found.
sys {
after 'gather' => sub {
my ( $build) = @_;
if ( defined( my $exe = which( 'pgxwin_server' ) ) ) {
$build->runtime_prop->{system_bin_dir} = path($exe)->parent->stringify;
}
};
}
( run in 0.499 second using v1.01-cache-2.11-cpan-4d50c553e7e )