Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-09-03 19:12:09 +00:00
parent a9c768dd8f
commit 2a77efdd1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511019

View File

@ -12,11 +12,12 @@ COMMENT= Automatically run your tests with Minitest framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-guard-compat>=1.2:sysutils/rubygem-guard-compat \
rubygem-minitest>=3:devel/rubygem-minitest
RUN_DEPENDS= rubygem-guard-compat>=1.2<2:sysutils/rubygem-guard-compat \
rubygem-minitest>=3.0:devel/rubygem-minitest
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>