1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-10-03 18:25:42 +00:00
parent 20e2e08d9c
commit 08185ce49d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513707

View File

@ -11,11 +11,12 @@ COMMENT= Abstract OAuth2 strategy for OmniAuth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-oauth2>=1.1:net/rubygem-oauth2 \
rubygem-omniauth>=1.2:security/rubygem-omniauth
RUN_DEPENDS= rubygem-oauth2>=1.1<2:net/rubygem-oauth2 \
rubygem-omniauth>=1.2<2:security/rubygem-omniauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>