diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-13 14:40:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-13 14:40:52 +0000 |
commit | 03bf22d34947168193e4c1afd1f29a343a20af77 (patch) | |
tree | 686cbbc6b922c3948de3c4ddef77406cc4b4dc92 | |
parent | Add py-enmerkar 0.7.1 (diff) |
Add rubygem-aws-sdk-customerprofiles 1.0.0
Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-customerprofiles
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-customerprofiles/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-customerprofiles/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-customerprofiles/pkg-descr | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 87474705acd6..aafd597ca529 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5529,6 +5529,7 @@ SUBDIR += rubygem-aws-sdk-core2 SUBDIR += rubygem-aws-sdk-costandusagereportservice SUBDIR += rubygem-aws-sdk-costexplorer + SUBDIR += rubygem-aws-sdk-customerprofiles SUBDIR += rubygem-aws-sdk-databasemigrationservice SUBDIR += rubygem-aws-sdk-dataexchange SUBDIR += rubygem-aws-sdk-datapipeline diff --git a/devel/rubygem-aws-sdk-customerprofiles/Makefile b/devel/rubygem-aws-sdk-customerprofiles/Makefile new file mode 100644 index 000000000000..306e9bab3d5e --- /dev/null +++ b/devel/rubygem-aws-sdk-customerprofiles/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= aws-sdk-customerprofiles +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles) + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.109.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-customerprofiles/distinfo b/devel/rubygem-aws-sdk-customerprofiles/distinfo new file mode 100644 index 000000000000..442e018a10d8 --- /dev/null +++ b/devel/rubygem-aws-sdk-customerprofiles/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1607685351 +SHA256 (rubygem/aws-sdk-customerprofiles-1.0.0.gem) = ff29e68db82bade02488456c983ff7611b459f44d30569fcee51a7608fbf77eb +SIZE (rubygem/aws-sdk-customerprofiles-1.0.0.gem) = 31232 diff --git a/devel/rubygem-aws-sdk-customerprofiles/pkg-descr b/devel/rubygem-aws-sdk-customerprofiles/pkg-descr new file mode 100644 index 000000000000..a14492b7ff66 --- /dev/null +++ b/devel/rubygem-aws-sdk-customerprofiles/pkg-descr @@ -0,0 +1,4 @@ +Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles). + +WWW: https://github.com/aws/aws-sdk-ruby +WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-customerprofiles |