Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-11-03 17:32:47 +00:00
parent ea9b87aa8c
commit 5af7de7bc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516571

View File

@ -13,10 +13,11 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \
rubygem-nokogiri>=1.5.11:textproc/rubygem-nokogiri
rubygem-nokogiri>=1.5.11<2.0.0:textproc/rubygem-nokogiri
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>