Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-11-03 17:27:14 +00:00
parent 46b1d21e10
commit 445ce6ce73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516563

View File

@ -13,11 +13,12 @@ COMMENT= Redis Store for Rack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rack16>=1.5:www/rubygem-rack16 \
RUN_DEPENDS= rubygem-rack16>=1.5<2:www/rubygem-rack16 \
rubygem-redis-store>=1.2.0:devel/rubygem-redis-store
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>