diff options
Diffstat (limited to 'security/rubygem-openssl3')
| -rw-r--r-- | security/rubygem-openssl3/Makefile | 22 | ||||
| -rw-r--r-- | security/rubygem-openssl3/distinfo | 3 | ||||
| -rw-r--r-- | security/rubygem-openssl3/pkg-descr | 2 |
3 files changed, 27 insertions, 0 deletions
diff --git a/security/rubygem-openssl3/Makefile b/security/rubygem-openssl3/Makefile new file mode 100644 index 000000000000..089448e21b7f --- /dev/null +++ b/security/rubygem-openssl3/Makefile @@ -0,0 +1,22 @@ +PORTNAME= openssl +PORTVERSION= 3.3.2 +CATEGORIES= security rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 3 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Wrap the OpenSSL library +WWW= https://github.com/ruby/openssl + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING + +USES= cpe gem ssl + +CPE_VENDOR= ruby-lang + +PORTSCOUT= limit:^3\. + +.include <bsd.port.mk> diff --git a/security/rubygem-openssl3/distinfo b/security/rubygem-openssl3/distinfo new file mode 100644 index 000000000000..2b626fe628f7 --- /dev/null +++ b/security/rubygem-openssl3/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1762587464 +SHA256 (rubygem/openssl-3.3.2.gem) = 7f4e01215dc9c4be1fca71d692406be3e6340b39c1f71a47fea9c497decd0f6c +SIZE (rubygem/openssl-3.3.2.gem) = 207872 diff --git a/security/rubygem-openssl3/pkg-descr b/security/rubygem-openssl3/pkg-descr new file mode 100644 index 000000000000..a5823175eba3 --- /dev/null +++ b/security/rubygem-openssl3/pkg-descr @@ -0,0 +1,2 @@ +OpenSSL provides SSL, TLS and general purpose cryptography. This gem wraps the +OpenSSL library. |
