git: 11ca3149a78d - main - devel/rubygem-aws-sdk-applicationcostprofiler: Add rubygem-aws-sdk-applicationcostprofiler 1.0.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 22 14:47:27 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=11ca3149a78dbc4442b19a8f52d8b2ccf804b388
commit 11ca3149a78dbc4442b19a8f52d8b2ccf804b388
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-22 14:42:07 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-22 14:42:07 +0000
devel/rubygem-aws-sdk-applicationcostprofiler: Add rubygem-aws-sdk-applicationcostprofiler 1.0.0
Official AWS Ruby gem for AWS Application Cost Profiler.
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationcostprofiler
---
devel/Makefile | 1 +
.../Makefile | 22 ++++++++++++++++++++++
.../distinfo | 3 +++
.../pkg-descr | 4 ++++
4 files changed, 30 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index dea35c0e8b78..0edb212314dd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5571,6 +5571,7 @@
SUBDIR += rubygem-aws-sdk-appflow
SUBDIR += rubygem-aws-sdk-appintegrationsservice
SUBDIR += rubygem-aws-sdk-applicationautoscaling
+ SUBDIR += rubygem-aws-sdk-applicationcostprofiler
SUBDIR += rubygem-aws-sdk-applicationdiscoveryservice
SUBDIR += rubygem-aws-sdk-applicationinsights
SUBDIR += rubygem-aws-sdk-appmesh
diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile b/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile
new file mode 100644
index 000000000000..cf9ed1a69bb4
--- /dev/null
+++ b/devel/rubygem-aws-sdk-applicationcostprofiler/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME= aws-sdk-applicationcostprofiler
+PORTVERSION= 1.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Official AWS Ruby gem for AWS Application Cost Profiler
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-aws-sdk-core>=3.112.0<4:devel/rubygem-aws-sdk-core \
+ rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo b/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo
new file mode 100644
index 000000000000..90ec2eff7e26
--- /dev/null
+++ b/devel/rubygem-aws-sdk-applicationcostprofiler/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1621183172
+SHA256 (rubygem/aws-sdk-applicationcostprofiler-1.0.0.gem) = 36583e914ac5f32172a52247aafc162c86493e0b129a170079255aee91a61851
+SIZE (rubygem/aws-sdk-applicationcostprofiler-1.0.0.gem) = 18944
diff --git a/devel/rubygem-aws-sdk-applicationcostprofiler/pkg-descr b/devel/rubygem-aws-sdk-applicationcostprofiler/pkg-descr
new file mode 100644
index 000000000000..c9dfee61ab2d
--- /dev/null
+++ b/devel/rubygem-aws-sdk-applicationcostprofiler/pkg-descr
@@ -0,0 +1,4 @@
+Official AWS Ruby gem for AWS Application Cost Profiler.
+
+WWW: https://github.com/aws/aws-sdk-ruby
+WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-applicationcostprofiler
More information about the dev-commits-ports-all
mailing list