Index: head/security/Makefile =================================================================== --- head/security/Makefile +++ head/security/Makefile @@ -1036,6 +1036,7 @@ SUBDIR += rubygem-omniauth-oauth2-generic SUBDIR += rubygem-omniauth-saml SUBDIR += rubygem-omniauth-shibboleth + SUBDIR += rubygem-openssl SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami Index: head/security/rubygem-openssl/Makefile =================================================================== --- head/security/rubygem-openssl/Makefile +++ head/security/rubygem-openssl/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= openssl +PORTVERSION= 2.0.3 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby gem that wraps around the OpenSSL library + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt + +USE_RUBY= yes +USES= gem + +.include Index: head/security/rubygem-openssl/distinfo =================================================================== --- head/security/rubygem-openssl/distinfo +++ head/security/rubygem-openssl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1492469369 +SHA256 (rubygem/openssl-2.0.3.gem) = d6eb36bbe612c0ffa036da6fe4e664ea92d292df30f823ad5d571c936f5015d6 +SIZE (rubygem/openssl-2.0.3.gem) = 167424 Index: head/security/rubygem-openssl/pkg-descr =================================================================== --- head/security/rubygem-openssl/pkg-descr +++ head/security/rubygem-openssl/pkg-descr @@ -0,0 +1,4 @@ +OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the +OpenSSL library. + +WWW: https://ruby.github.io/openssl/