1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-28 07:41:25 +00:00
parent dd24e02376
commit d44b03fc38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521185

View File

@ -10,12 +10,13 @@ COMMENT= OmniAuth strategy for Bitbucket
LICENSE= MIT
RUN_DEPENDS= rubygem-multi_json>=1.7:devel/rubygem-multi_json \
rubygem-omniauth>=1.1:security/rubygem-omniauth \
rubygem-omniauth-oauth>=1.0:net/rubygem-omniauth-oauth
RUN_DEPENDS= rubygem-multi_json>=1.7<2:devel/rubygem-multi_json \
rubygem-omniauth>=1.1<2:security/rubygem-omniauth \
rubygem-omniauth-oauth>=1.0<2:net/rubygem-omniauth-oauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>