1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-07-24 07:50:47 +00:00
parent c6d166f7ab
commit 4590e7459b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543189

View File

@ -12,12 +12,13 @@ COMMENT= Redis for Ruby on Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis-actionpack-rails50>0:databases/rubygem-redis-actionpack-rails50 \
rubygem-redis-activesupport-rails50>0:devel/rubygem-redis-activesupport-rails50 \
rubygem-redis-store>=1.2:devel/rubygem-redis-store
RUN_DEPENDS= rubygem-redis-actionpack-rails50>=5.0<6:databases/rubygem-redis-actionpack-rails50 \
rubygem-redis-activesupport-rails50>=5.0<6:devel/rubygem-redis-activesupport-rails50 \
rubygem-redis-store>=1.2<2:devel/rubygem-redis-store
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>