diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-10 17:09:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-12-10 17:09:00 +0000 |
commit | 183a3ca4fbb126a9ed97681de578210372bef6e2 (patch) | |
tree | c50f36abce36851ca74f1340b3d0c3d712132503 | |
parent | Remove nonexistent LICENSE_FILE (diff) |
Add rubygem-aws-sdk-connectparticipant 1.0.0
Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect
Participant).
WWW: https://github.com/aws/aws-sdk-ruby
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-connectparticipant
Notes
Notes:
svn path=/head/; revision=519677
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-connectparticipant/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-connectparticipant/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-connectparticipant/pkg-descr | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 47a1d5d59ece..69911ecc852b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5518,6 +5518,7 @@ SUBDIR += rubygem-aws-sdk-comprehendmedical SUBDIR += rubygem-aws-sdk-configservice SUBDIR += rubygem-aws-sdk-connect + SUBDIR += rubygem-aws-sdk-connectparticipant SUBDIR += rubygem-aws-sdk-core SUBDIR += rubygem-aws-sdk-core2 SUBDIR += rubygem-aws-sdk-costandusagereportservice diff --git a/devel/rubygem-aws-sdk-connectparticipant/Makefile b/devel/rubygem-aws-sdk-connectparticipant/Makefile new file mode 100644 index 000000000000..284e82753a44 --- /dev/null +++ b/devel/rubygem-aws-sdk-connectparticipant/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= aws-sdk-connectparticipant +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect Participant) + +LICENSE= APACHE20 + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.71.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-connectparticipant/distinfo b/devel/rubygem-aws-sdk-connectparticipant/distinfo new file mode 100644 index 000000000000..bdba57f8161e --- /dev/null +++ b/devel/rubygem-aws-sdk-connectparticipant/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1575907984 +SHA256 (rubygem/aws-sdk-connectparticipant-1.0.0.gem) = ead3513e94b33de28cf0cd172444e03e60762dedbf14c729a66f106d45aa0d06 +SIZE (rubygem/aws-sdk-connectparticipant-1.0.0.gem) = 14336 diff --git a/devel/rubygem-aws-sdk-connectparticipant/pkg-descr b/devel/rubygem-aws-sdk-connectparticipant/pkg-descr new file mode 100644 index 000000000000..2a0762ac8e90 --- /dev/null +++ b/devel/rubygem-aws-sdk-connectparticipant/pkg-descr @@ -0,0 +1,5 @@ +Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect +Participant). + +WWW: https://github.com/aws/aws-sdk-ruby +WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-connectparticipant |