diff options
author | swills <swills@FreeBSD.org> | 2015-06-11 03:48:15 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-06-11 03:48:15 +0800 |
commit | c7e64d28a35e673c10c170ce744cb05a85d6e6ad (patch) | |
tree | f7faa3e25aa59781e3fbe091e639afc56cca0b30 /devel | |
parent | d6af47ec6e495955a6eb3e1b342ee7fc299f552a (diff) | |
download | freebsd-ports-gnome-c7e64d28a35e673c10c170ce744cb05a85d6e6ad.tar.gz freebsd-ports-gnome-c7e64d28a35e673c10c170ce744cb05a85d6e6ad.tar.zst freebsd-ports-gnome-c7e64d28a35e673c10c170ce744cb05a85d6e6ad.zip |
devel/rubygem-aws-sdk-core: create port
Provides API clients for AWS. This gem is part of the official AWS SDK for
Ruby.
WWW: http://github.com/aws/aws-sdk-ruby
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-core/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-core/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-aws-sdk-core/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0b925a44185f..9b49e95ff96b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4449,6 +4449,7 @@ SUBDIR += rubygem-authlogic SUBDIR += rubygem-awesome_print SUBDIR += rubygem-aws-sdk-v1 + SUBDIR += rubygem-aws-sdk-core SUBDIR += rubygem-axiom-types SUBDIR += rubygem-backports SUBDIR += rubygem-bacon diff --git a/devel/rubygem-aws-sdk-core/Makefile b/devel/rubygem-aws-sdk-core/Makefile new file mode 100644 index 000000000000..dcd6faa7cda4 --- /dev/null +++ b/devel/rubygem-aws-sdk-core/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= aws-sdk-core +PORTVERSION= 2.0.41 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= AWS SDK for Ruby - Core + +RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-builder>=3.0:${PORTSDIR}/devel/rubygem-builder \ + rubygem-jmespath>=1.0:${PORTSDIR}/devel/rubygem-jmespath + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +PLIST_FILES= bin/aws.rb + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-core/distinfo b/devel/rubygem-aws-sdk-core/distinfo new file mode 100644 index 000000000000..088c9c70b144 --- /dev/null +++ b/devel/rubygem-aws-sdk-core/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/aws-sdk-core-2.0.41.gem) = 10d6bb2748cf8617f2432c1372fcc164f6b1d8b02f90e9d15bbdfc53c8b7bdbd +SIZE (rubygem/aws-sdk-core-2.0.41.gem) = 969728 diff --git a/devel/rubygem-aws-sdk-core/pkg-descr b/devel/rubygem-aws-sdk-core/pkg-descr new file mode 100644 index 000000000000..7277ae6953ce --- /dev/null +++ b/devel/rubygem-aws-sdk-core/pkg-descr @@ -0,0 +1,4 @@ +Provides API clients for AWS. This gem is part of the official AWS SDK for +Ruby. + +WWW: http://github.com/aws/aws-sdk-ruby |