1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-11-03 17:26:36 +00:00
parent a37739fd7b
commit 7aef1a422e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516555

View File

@ -13,10 +13,10 @@ COMMENT= Simple Ruby DSL for making HTTP requests
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \
rubygem-http-cookie>=1.0:www/rubygem-http-cookie \
rubygem-http-form_data>=2.0:www/rubygem-http-form_data \
rubygem-http_parser.rb>=0.6.0:net/rubygem-http_parser.rb
RUN_DEPENDS= rubygem-addressable>=2.3<3:www/rubygem-addressable \
rubygem-http-cookie>=1.0<2:www/rubygem-http-cookie \
rubygem-http-form_data>=2.0<3:www/rubygem-http-form_data \
rubygem-http_parser.rb>=0.6.0<0.7:net/rubygem-http_parser.rb
USES= gem
USE_RUBY= yes