Update version requirement of RUN_DEPENDS
This commit is contained in:
parent
f38a11fa38
commit
91cf353289
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515033
1 changed files with 4 additions and 3 deletions
|
@ -13,11 +13,12 @@ COMMENT= Module for the 'fog' gem to support Joyent
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-fog-core1>=1.42:devel/rubygem-fog-core1 \
|
RUN_DEPENDS= rubygem-fog-core1>=1.42<2:devel/rubygem-fog-core1 \
|
||||||
rubygem-fog-json>=1.0:devel/rubygem-fog-json
|
rubygem-fog-json>=1.0:devel/rubygem-fog-json
|
||||||
|
|
||||||
NO_ARCH= yes
|
|
||||||
USE_RUBY= yes
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue