Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-10-20 17:19:28 +00:00
parent f38a11fa38
commit 91cf353289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515033

View file

@ -13,11 +13,12 @@ COMMENT= Module for the 'fog' gem to support Joyent
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-fog-core1>=1.42:devel/rubygem-fog-core1 \
RUN_DEPENDS= rubygem-fog-core1>=1.42<2:devel/rubygem-fog-core1 \
rubygem-fog-json>=1.0:devel/rubygem-fog-json
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>