Update version requirement of RUN_DEPENDS
This commit is contained in:
parent
2a77efdd1c
commit
cbbb991264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511020
@ -12,12 +12,13 @@ COMMENT= Guard::RSpec automatically run your specs (much like autotest)
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-guard>=2.1:sysutils/rubygem-guard \
|
||||
rubygem-guard-compat>=1.1:sysutils/rubygem-guard-compat \
|
||||
rubygem-rspec>=2.99.0:devel/rubygem-rspec
|
||||
RUN_DEPENDS= rubygem-guard>=2.1<3:sysutils/rubygem-guard \
|
||||
rubygem-guard-compat>=1.1<2:sysutils/rubygem-guard-compat \
|
||||
rubygem-rspec>=2.99.0<4.0:devel/rubygem-rspec
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user