git: 6fcf4f7dd78f - main - devel/rubygem-aws-sdk-codegurusecurity: Add rubygem-aws-sdk-codegurusecurity 1.2.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Jul 2023 10:33:49 UTC
The branch main has been updated by sunpoet:

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

commit 6fcf4f7dd78f179c837d89ee683cfa3e947b1448
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:10:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:15:55 +0000

    devel/rubygem-aws-sdk-codegurusecurity: Add rubygem-aws-sdk-codegurusecurity 1.2.0
    
    Official AWS Ruby gem for Amazon CodeGuru Security.
---
 devel/Makefile                                   |  1 +
 devel/rubygem-aws-sdk-codegurusecurity/Makefile  | 20 ++++++++++++++++++++
 devel/rubygem-aws-sdk-codegurusecurity/distinfo  |  3 +++
 devel/rubygem-aws-sdk-codegurusecurity/pkg-descr |  1 +
 4 files changed, 25 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index ebccdcdf6355..05a34ceb67f7 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6134,6 +6134,7 @@
     SUBDIR += rubygem-aws-sdk-codedeploy
     SUBDIR += rubygem-aws-sdk-codeguruprofiler
     SUBDIR += rubygem-aws-sdk-codegurureviewer
+    SUBDIR += rubygem-aws-sdk-codegurusecurity
     SUBDIR += rubygem-aws-sdk-codepipeline
     SUBDIR += rubygem-aws-sdk-codestar
     SUBDIR += rubygem-aws-sdk-codestarconnections
diff --git a/devel/rubygem-aws-sdk-codegurusecurity/Makefile b/devel/rubygem-aws-sdk-codegurusecurity/Makefile
new file mode 100644
index 000000000000..1e7874020f49
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codegurusecurity/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	aws-sdk-codegurusecurity
+PORTVERSION=	1.2.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Official AWS Ruby gem for Amazon CodeGuru Security
+WWW=		https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codegurusecurity
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-aws-sdk-core>=3.176.0<4:devel/rubygem-aws-sdk-core \
+		rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-aws-sdk-codegurusecurity/distinfo b/devel/rubygem-aws-sdk-codegurusecurity/distinfo
new file mode 100644
index 000000000000..7f76385c59a9
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codegurusecurity/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1688166042
+SHA256 (rubygem/aws-sdk-codegurusecurity-1.2.0.gem) = 7cf004333f6b18de8267c9df6138c35a8fd6abacaf43518f53f3839a0c870dfa
+SIZE (rubygem/aws-sdk-codegurusecurity-1.2.0.gem) = 31744
diff --git a/devel/rubygem-aws-sdk-codegurusecurity/pkg-descr b/devel/rubygem-aws-sdk-codegurusecurity/pkg-descr
new file mode 100644
index 000000000000..d80291ee1d4e
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codegurusecurity/pkg-descr
@@ -0,0 +1 @@
+Official AWS Ruby gem for Amazon CodeGuru Security.