Index: security/rubygem-openssl/Makefile =================================================================== --- /dev/null +++ security/rubygem-openssl/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= openssl +PORTVERSION= 2.0.3 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= jrm@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: security/rubygem-openssl/distinfo =================================================================== --- /dev/null +++ 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: security/rubygem-openssl/pkg-descr =================================================================== --- /dev/null +++ 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/