1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-11-03 17:22:26 +00:00
parent a5ebdf4d37
commit ad805bec1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516513

View File

@ -12,10 +12,10 @@ COMMENT= Ruby interface to the VMware vSphere API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-builder>=3.0:devel/rubygem-builder \
RUN_DEPENDS= rubygem-builder>=3.0<4:devel/rubygem-builder \
rubygem-json>=1.8:devel/rubygem-json \
rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \
rubygem-optimist>=3.0:devel/rubygem-optimist
rubygem-nokogiri>=1.5<2:textproc/rubygem-nokogiri \
rubygem-optimist>=3.0<4:devel/rubygem-optimist
USES= gem
USE_RUBY= yes