Alien-OpenSSL
view release on metacpan or search on metacpan
log("Unable to download OpenSSL via https without OpenSSL!");
log("Recommend installing wget or curl to bootstrap Alien::OpenSSL");
die "unable to download OpenSSL via https";
}
}
plugin 'Extract' => 'tar.gz';
my $system_type = meta->prop->{platform}->{system_type};
if($system_type =~ /^(unix|windows-mingw)$/)
{
plugin 'PkgConfig::MakeStatic';
build [
'./config --prefix=%{.install.prefix} --libdir=%{.install.prefix}/lib shared',
'%{make}',
'%{make} DESTDIR=%{env.DESTDIR} INSTALL_PREFIX=%{env.DESTDIR} install',
];
}
elsif($system_type eq 'windows-microsoft')
{
( run in 1.117 second using v1.01-cache-2.11-cpan-64ef6c95b5d )