devel/rubygem-aws-sdk: create port
The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services. WWW: http://github.com/aws/aws-sdk-ruby
This commit is contained in:
parent
ee367e526b
commit
39da311656
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389137
4 changed files with 24 additions and 0 deletions
|
@ -4448,6 +4448,7 @@
|
|||
SUBDIR += rubygem-attr_required
|
||||
SUBDIR += rubygem-authlogic
|
||||
SUBDIR += rubygem-awesome_print
|
||||
SUBDIR += rubygem-aws-sdk
|
||||
SUBDIR += rubygem-aws-sdk-core
|
||||
SUBDIR += rubygem-aws-sdk-resources
|
||||
SUBDIR += rubygem-aws-sdk-v1
|
||||
|
|
17
devel/rubygem-aws-sdk/Makefile
Normal file
17
devel/rubygem-aws-sdk/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-sdk
|
||||
PORTVERSION= 1.60.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= AWS SDK for Ruby
|
||||
|
||||
RUN_DEPENDS= rubygem-aws-sdk-v1>=1.60.2:${PORTSDIR}/devel/rubygem-aws-sdk-v1
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-aws-sdk/distinfo
Normal file
2
devel/rubygem-aws-sdk/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/aws-sdk-1.60.2.gem) = 505556496bf882118ed529df368f0b4a52d023c5756b884439edc0ae0b1bed08
|
||||
SIZE (rubygem/aws-sdk-1.60.2.gem) = 4608
|
4
devel/rubygem-aws-sdk/pkg-descr
Normal file
4
devel/rubygem-aws-sdk/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: http://github.com/aws/aws-sdk-ruby
|
Loading…
Reference in a new issue