Add rubygem-aws-sdk2 2.11.344 (copied from rubygem-aws-sdk)
- Add PORTSCOUT
This commit is contained in:
parent
fd3aae446a
commit
05ff17ea3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510469
4 changed files with 31 additions and 0 deletions
|
@ -5431,6 +5431,7 @@
|
|||
SUBDIR += rubygem-aws-sdk-resources
|
||||
SUBDIR += rubygem-aws-sdk-resources2
|
||||
SUBDIR += rubygem-aws-sdk-v1
|
||||
SUBDIR += rubygem-aws-sdk2
|
||||
SUBDIR += rubygem-aws-sigv2
|
||||
SUBDIR += rubygem-aws-sigv4
|
||||
SUBDIR += rubygem-axiom-types
|
||||
|
|
23
devel/rubygem-aws-sdk2/Makefile
Normal file
23
devel/rubygem-aws-sdk2/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-sdk
|
||||
DISTVERSION= 2.11.344
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= AWS SDK for Ruby
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-aws-sdk-resources2>=${PORTVERSION}:devel/rubygem-aws-sdk-resources2
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^2\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-aws-sdk2/distinfo
Normal file
3
devel/rubygem-aws-sdk2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1567191940
|
||||
SHA256 (rubygem/aws-sdk-2.11.344.gem) = 7e61349b4d803948346b84484c6722c7e1d8a4fc9669206fae62ae8fdc65ba06
|
||||
SIZE (rubygem/aws-sdk-2.11.344.gem) = 4608
|
4
devel/rubygem-aws-sdk2/pkg-descr
Normal file
4
devel/rubygem-aws-sdk2/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The official AWS SDK for Ruby. Provides both resource oriented interfaces and
|
||||
API clients for AWS services.
|
||||
|
||||
WWW: https://github.com/aws/aws-sdk-ruby
|
Loading…
Reference in a new issue