forked from Lainports/freebsd-ports
Update version requirement of RUN_DEPENDS
This commit is contained in:
parent
a9c768dd8f
commit
2a77efdd1c
1 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue