aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 18:43:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 18:43:16 +0000
commit2151ed96d6e52dc628288d2bd848cbee5bf162bd (patch)
tree97254dc4f5e77687ea55dd61438d36cd553b80ad
parent40f427e18008039bd9cc414621062ad21ed10bad (diff)
devel/rubygem-aws-sdk-codeconnections: Add rubygem-aws-sdk-codeconnections 1.0.0
Official AWS Ruby gem for AWS CodeConnections.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-aws-sdk-codeconnections/Makefile20
-rw-r--r--devel/rubygem-aws-sdk-codeconnections/distinfo3
-rw-r--r--devel/rubygem-aws-sdk-codeconnections/pkg-descr1
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fcf90b1be976..76a1341ffad8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6262,6 +6262,7 @@
SUBDIR += rubygem-aws-sdk-codebuild
SUBDIR += rubygem-aws-sdk-codecatalyst
SUBDIR += rubygem-aws-sdk-codecommit
+ SUBDIR += rubygem-aws-sdk-codeconnections
SUBDIR += rubygem-aws-sdk-codedeploy
SUBDIR += rubygem-aws-sdk-codeguruprofiler
SUBDIR += rubygem-aws-sdk-codegurureviewer
diff --git a/devel/rubygem-aws-sdk-codeconnections/Makefile b/devel/rubygem-aws-sdk-codeconnections/Makefile
new file mode 100644
index 000000000000..0964a506e3c3
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codeconnections/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= aws-sdk-codeconnections
+PORTVERSION= 1.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Official AWS Ruby gem for AWS CodeConnections
+WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeconnections
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-aws-sdk-core>=3.191.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-codeconnections/distinfo b/devel/rubygem-aws-sdk-codeconnections/distinfo
new file mode 100644
index 000000000000..085b409dccf5
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codeconnections/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1711860459
+SHA256 (rubygem/aws-sdk-codeconnections-1.0.0.gem) = b7e8f66c007e04086f925f067813cce13a5004c6913cdcf8978664ecf684cfe1
+SIZE (rubygem/aws-sdk-codeconnections-1.0.0.gem) = 40960
diff --git a/devel/rubygem-aws-sdk-codeconnections/pkg-descr b/devel/rubygem-aws-sdk-codeconnections/pkg-descr
new file mode 100644
index 000000000000..71985f5d6ea4
--- /dev/null
+++ b/devel/rubygem-aws-sdk-codeconnections/pkg-descr
@@ -0,0 +1 @@
+Official AWS Ruby gem for AWS CodeConnections.