mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add LICENSE
- Sort RUN_DEPENDS - Add NO_ARCH - Update WWW
This commit is contained in:
parent
de83ad4f91
commit
ea1904b533
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389391
@ -8,13 +8,16 @@ 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
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-builder>=3.0:${PORTSDIR}/devel/rubygem-builder \
|
||||
rubygem-jmespath>=1.0:${PORTSDIR}/devel/rubygem-jmespath \
|
||||
rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/aws.rb
|
||||
|
||||
|
@ -1,4 +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
|
||||
WWW: https://github.com/aws/aws-sdk-ruby
|
||||
|
Loading…
Reference in New Issue
Block a user