diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-14 23:58:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-14 23:58:13 +0000 |
commit | 964ea15958009bc85e915fd0487dff56629251e4 (patch) | |
tree | 390692fbf6eb30243c66dce1d8970d8bb00dd882 /security | |
parent | 00e9878dd9bb5d9a210eeb34ea459d65d3b05f0d (diff) | |
download | ports-964ea15958009bc85e915fd0487dff56629251e4.tar.gz ports-964ea15958009bc85e915fd0487dff56629251e4.zip |
Add p5-Crypt-OpenSSL-Guess 0.01
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/
Notes
Notes:
svn path=/head/; revision=467344
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Guess/Makefile | 21 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Guess/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Guess/pkg-descr | 13 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-Guess/pkg-plist | 2 |
5 files changed, 40 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index e22c924ff102..3ea0e719faab 100644 --- a/security/Makefile +++ b/security/Makefile @@ -585,6 +585,7 @@ SUBDIR += p5-Crypt-OpenSSL-DSA SUBDIR += p5-Crypt-OpenSSL-EC SUBDIR += p5-Crypt-OpenSSL-ECDSA + SUBDIR += p5-Crypt-OpenSSL-Guess SUBDIR += p5-Crypt-OpenSSL-PKCS10 SUBDIR += p5-Crypt-OpenSSL-RSA SUBDIR += p5-Crypt-OpenSSL-Random diff --git a/security/p5-Crypt-OpenSSL-Guess/Makefile b/security/p5-Crypt-OpenSSL-Guess/Makefile new file mode 100644 index 000000000000..d63cf88a0a3f --- /dev/null +++ b/security/p5-Crypt-OpenSSL-Guess/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Crypt-OpenSSL-Guess +PORTVERSION= 0.01 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Guess OpenSSL include path + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_PERL5= modbuildtiny +USES= perl5 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-Guess/distinfo b/security/p5-Crypt-OpenSSL-Guess/distinfo new file mode 100644 index 000000000000..400e3eddc170 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-Guess/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1523721170 +SHA256 (Crypt-OpenSSL-Guess-0.01.tar.gz) = fe226703b998d0d27dc45ba24ea17d5f9f6d2a2d6d95faa108cc579f7a42e59e +SIZE (Crypt-OpenSSL-Guess-0.01.tar.gz) = 10571 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/ diff --git a/security/p5-Crypt-OpenSSL-Guess/pkg-plist b/security/p5-Crypt-OpenSSL-Guess/pkg-plist new file mode 100644 index 000000000000..ca7fd309bad6 --- /dev/null +++ b/security/p5-Crypt-OpenSSL-Guess/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Crypt/OpenSSL/Guess.pm +%%PERL5_MAN3%%/Crypt::OpenSSL::Guess.3.gz |