- Add LICENSE

- Add NO_ARCH
- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-06-13 13:53:55 +00:00
parent a8f1e56647
commit de83ad4f91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389390
2 changed files with 5 additions and 2 deletions

View file

@ -8,9 +8,12 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org MAINTAINER= ruby@FreeBSD.org
COMMENT= AWS SDK for Ruby V1 COMMENT= AWS SDK for Ruby V1
LICENSE= APACHE20
RUN_DEPENDS= rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \ RUN_DEPENDS= rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json rubygem-json>=1.4:${PORTSDIR}/devel/rubygem-json
NO_ARCH= yes
USE_RUBY= yes USE_RUBY= yes
USE_RUBYGEMS= yes USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes RUBYGEM_AUTOPLIST= yes

View file

@ -2,4 +2,4 @@ Version 1 of the AWS SDK for Ruby. Available as both `aws-sdk` and `aws-sdk-v1`.
Use `aws-sdk-v1` if you want to load v1 and v2 of the Ruby SDK in the same Use `aws-sdk-v1` if you want to load v1 and v2 of the Ruby SDK in the same
application. application.
WWW: http://aws.amazon.com/sdkforruby WWW: http://aws.amazon.com/sdk-for-ruby/