mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Add NO_ARCH - Update WWW
This commit is contained in:
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
|
@ -8,12 +8,15 @@ 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
|
||||||
|
|
||||||
PLIST_FILES= bin/aws-rb
|
PLIST_FILES= bin/aws-rb
|
||||||
|
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue