diff options
Diffstat (limited to 'security/p5-Crypt-OpenSSL-Guess/pkg-descr')
-rw-r--r-- | security/p5-Crypt-OpenSSL-Guess/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-Guess/pkg-descr b/security/p5-Crypt-OpenSSL-Guess/pkg-descr new file mode 100644 index 000000000000..fa7bf0cb11fd --- /dev/null +++ b/security/p5-Crypt-OpenSSL-Guess/pkg-descr @@ -0,0 +1,13 @@ +Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any +platforms. + +Often MacOS's homebrew OpenSSL cause a problem on installation due to include +path is not added. Some CPAN module provides to modify include path with +configure-args, but Carton or Module::CPANfile is not supported to pass +configure-args to each modules. Crypt::OpenSSL::* modules should use it on your +Makefile.PL. + +This module resolves the include path by Net::SSLeay's workaround. Original code +is taken from inc/Module/Install/PRIVATE/Net/SSLeay.pm by Net::SSLeay. + +WWW: http://search.cpan.org/dist/Crypt-OpenSSL-Guess/ |