aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-aws-partitions/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-31 07:55:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-31 07:55:52 +0000
commit62bfffb20131f5552588a56afd459901bd7f362c (patch)
tree92dfd694a1cd490aa12b9493925f4aea92df6844 /devel/rubygem-aws-partitions/Makefile
parentc4d0232dcf351def7f4d94885c4278e815da3260 (diff)
downloadports-62bfffb20131f5552588a56afd459901bd7f362c.tar.gz
ports-62bfffb20131f5552588a56afd459901bd7f362c.zip
Add rubygem-aws-partitions 1.207.0
Provides interfaces to enumerate AWS partitions, regions, and services. WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions
Notes
Notes: svn path=/head/; revision=510333
Diffstat (limited to 'devel/rubygem-aws-partitions/Makefile')
-rw-r--r--devel/rubygem-aws-partitions/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile
new file mode 100644
index 000000000000..b5c03d6999a3
--- /dev/null
+++ b/devel/rubygem-aws-partitions/Makefile
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= aws-partitions
+PORTVERSION= 1.207.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Provides interfaces to enumerate AWS partitions, regions, and services
+
+LICENSE= APACHE20
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>