aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-03-19 03:35:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-03-19 03:35:03 +0000
commita8e39352c91f191bd96f8bd2ca8386894cd34ebd (patch)
tree2fb32fe49989ba30fb764af01788a67e17904af6
parent327ae9a132777cf4f3ea84dbe0e10f5ec27d7fe2 (diff)
devel/rubygem-aws-sdk-iotmanagedintegrations: Add rubygem-aws-sdk-iotmanagedintegrations 1.0.0
Official AWS Ruby gem for Managed integrations for AWS IoT Device Management.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile20
-rw-r--r--devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo3
-rw-r--r--devel/rubygem-aws-sdk-iotmanagedintegrations/pkg-descr1
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index caee5d4bcaa3..83bc109c6e1d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6681,6 +6681,7 @@
SUBDIR += rubygem-aws-sdk-iotfleethub
SUBDIR += rubygem-aws-sdk-iotfleetwise
SUBDIR += rubygem-aws-sdk-iotjobsdataplane
+ SUBDIR += rubygem-aws-sdk-iotmanagedintegrations
SUBDIR += rubygem-aws-sdk-iotroborunner
SUBDIR += rubygem-aws-sdk-iotsecuretunneling
SUBDIR += rubygem-aws-sdk-iotsitewise
diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile b/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile
new file mode 100644
index 000000000000..0c0e390608eb
--- /dev/null
+++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= aws-sdk-iotmanagedintegrations
+PORTVERSION= 1.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Official AWS Ruby gem for Managed integrations for AWS IoT Device Management
+WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotmanagedintegrations
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-aws-sdk-core>=3.216.0<4:devel/rubygem-aws-sdk-core \
+ rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo b/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo
new file mode 100644
index 000000000000..1ef2c894e20e
--- /dev/null
+++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1742070240
+SHA256 (rubygem/aws-sdk-iotmanagedintegrations-1.0.0.gem) = e0ddeb8023702d317929f5dc094b074b51096ce85be01dacbb932f5cb3b2d84f
+SIZE (rubygem/aws-sdk-iotmanagedintegrations-1.0.0.gem) = 63488
diff --git a/devel/rubygem-aws-sdk-iotmanagedintegrations/pkg-descr b/devel/rubygem-aws-sdk-iotmanagedintegrations/pkg-descr
new file mode 100644
index 000000000000..2facc883c6f1
--- /dev/null
+++ b/devel/rubygem-aws-sdk-iotmanagedintegrations/pkg-descr
@@ -0,0 +1 @@
+Official AWS Ruby gem for Managed integrations for AWS IoT Device Management.