git: 0ec1c2399b35 - main - devel/rubygem-aws-sdk-bcmdashboards: Add rubygem-aws-sdk-bcmdashboards 1.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Sep 2025 23:10:31 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ec1c2399b35440e4caf6b4a33f35c1008b3393a
commit 0ec1c2399b35440e4caf6b4a33f35c1008b3393a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-07 22:21:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-07 23:03:09 +0000
devel/rubygem-aws-sdk-bcmdashboards: Add rubygem-aws-sdk-bcmdashboards 1.1.0
Official AWS Ruby gem for AWS Billing and Cost Management Dashboards.
---
devel/Makefile | 1 +
devel/rubygem-aws-sdk-bcmdashboards/Makefile | 20 ++++++++++++++++++++
devel/rubygem-aws-sdk-bcmdashboards/distinfo | 3 +++
devel/rubygem-aws-sdk-bcmdashboards/pkg-descr | 1 +
4 files changed, 25 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index ab85e5fe7f3f..52fb889165d3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6560,6 +6560,7 @@
SUBDIR += rubygem-aws-sdk-backupgateway
SUBDIR += rubygem-aws-sdk-backupsearch
SUBDIR += rubygem-aws-sdk-batch
+ SUBDIR += rubygem-aws-sdk-bcmdashboards
SUBDIR += rubygem-aws-sdk-bcmdataexports
SUBDIR += rubygem-aws-sdk-bcmpricingcalculator
SUBDIR += rubygem-aws-sdk-bedrock
diff --git a/devel/rubygem-aws-sdk-bcmdashboards/Makefile b/devel/rubygem-aws-sdk-bcmdashboards/Makefile
new file mode 100644
index 000000000000..af9013499f1b
--- /dev/null
+++ b/devel/rubygem-aws-sdk-bcmdashboards/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= aws-sdk-bcmdashboards
+PORTVERSION= 1.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Official AWS Ruby gem for AWS Billing and Cost Management Dashboards
+WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bcmdashboards
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-aws-sdk-core>=3.231.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-bcmdashboards/distinfo b/devel/rubygem-aws-sdk-bcmdashboards/distinfo
new file mode 100644
index 000000000000..81d3a1663917
--- /dev/null
+++ b/devel/rubygem-aws-sdk-bcmdashboards/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1757120478
+SHA256 (rubygem/aws-sdk-bcmdashboards-1.1.0.gem) = 465a110bb70b30d2605ceacf4680f0425022bb22202e0511fb6b80ae1c317d33
+SIZE (rubygem/aws-sdk-bcmdashboards-1.1.0.gem) = 36864
diff --git a/devel/rubygem-aws-sdk-bcmdashboards/pkg-descr b/devel/rubygem-aws-sdk-bcmdashboards/pkg-descr
new file mode 100644
index 000000000000..75bf82c6ca1a
--- /dev/null
+++ b/devel/rubygem-aws-sdk-bcmdashboards/pkg-descr
@@ -0,0 +1 @@
+Official AWS Ruby gem for AWS Billing and Cost Management Dashboards.