Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-10-26 14:30:55 +00:00
parent 35ba96cd77
commit a6304c0807
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515700

View File

@ -10,11 +10,12 @@ COMMENT= Heroku API
LICENSE= MIT
RUN_DEPENDS= rubygem-excon>=0.45:devel/rubygem-excon \
rubygem-multi_json>=1.8:devel/rubygem-multi_json
RUN_DEPENDS= rubygem-excon>=0.45<1:devel/rubygem-excon \
rubygem-multi_json>=1.8<2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>