git: a3ccd66ccc6a - main - security/rubygem-openssl3: Add rubygem-openssl3 3.3.2 (copied from rubygem-openssl)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 19 Dec 2025 11:19:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3ccd66ccc6a6e8089cc8e40c7b9641b910e171a

commit a3ccd66ccc6a6e8089cc8e40c7b9641b910e171a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-19 11:10:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-19 11:10:33 +0000

    security/rubygem-openssl3: Add rubygem-openssl3 3.3.2 (copied from rubygem-openssl)
    
    - Add PORTSCOUT
---
 security/Makefile                   |  1 +
 security/rubygem-openssl3/Makefile  | 22 ++++++++++++++++++++++
 security/rubygem-openssl3/distinfo  |  3 +++
 security/rubygem-openssl3/pkg-descr |  2 ++
 4 files changed, 28 insertions(+)

diff --git a/security/Makefile b/security/Makefile
index 67f44efbc33a..c8bc4fb9daf1 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1221,6 +1221,7 @@
     SUBDIR += rubygem-openssl-ccm
     SUBDIR += rubygem-openssl-cmac
     SUBDIR += rubygem-openssl-signature_algorithm
+    SUBDIR += rubygem-openssl3
     SUBDIR += rubygem-openvas-omp
     SUBDIR += rubygem-origami
     SUBDIR += rubygem-pbkdf2-ruby
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.