mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
Add rubygem-aws-sdk-lexmodelbuildingservice 1.21.0
Official AWS Ruby gem for Amazon Lex Model Building Service. WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice
This commit is contained in:
parent
0d114e9a92
commit
783cc8363d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510578
4 changed files with 30 additions and 0 deletions
|
@ -5536,6 +5536,7 @@
|
|||
SUBDIR += rubygem-aws-sdk-lambda
|
||||
SUBDIR += rubygem-aws-sdk-lambdapreview
|
||||
SUBDIR += rubygem-aws-sdk-lex
|
||||
SUBDIR += rubygem-aws-sdk-lexmodelbuildingservice
|
||||
SUBDIR += rubygem-aws-sdk-resources
|
||||
SUBDIR += rubygem-aws-sdk-resources2
|
||||
SUBDIR += rubygem-aws-sdk-v1
|
||||
|
|
22
devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile
Normal file
22
devel/rubygem-aws-sdk-lexmodelbuildingservice/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-sdk-lexmodelbuildingservice
|
||||
PORTVERSION= 1.21.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Official AWS Ruby gem for Amazon Lex Model Building Service
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-aws-sdk-core>=3.61.1<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>
|
3
devel/rubygem-aws-sdk-lexmodelbuildingservice/distinfo
Normal file
3
devel/rubygem-aws-sdk-lexmodelbuildingservice/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1567272222
|
||||
SHA256 (rubygem/aws-sdk-lexmodelbuildingservice-1.21.0.gem) = fdea31853ae9327fa231c034d4879d0b8a2be877c5c5efbdc1ce1d00b4098668
|
||||
SIZE (rubygem/aws-sdk-lexmodelbuildingservice-1.21.0.gem) = 53248
|
4
devel/rubygem-aws-sdk-lexmodelbuildingservice/pkg-descr
Normal file
4
devel/rubygem-aws-sdk-lexmodelbuildingservice/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Official AWS Ruby gem for Amazon Lex Model Building Service.
|
||||
|
||||
WWW: https://github.com/aws/aws-sdk-ruby
|
||||
WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lexmodelbuildingservice
|
Loading…
Add table
Reference in a new issue