1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update version requirement of RUN_DEPENDS

- Sort RUN_DEPENDS
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-28 07:40:22 +00:00
parent 0d431367c4
commit 3cbe6e5eb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521172

View File

@ -11,12 +11,13 @@ COMMENT= Provides a simple interface on top of CouchDBs RESTful HTTP API
LICENSE= APACHE20
RUN_DEPENDS= rubygem-mime-types>=1.15:misc/rubygem-mime-types \
rubygem-multi_json>=1.7:devel/rubygem-multi_json \
rubygem-httpclient>=2.8:www/rubygem-httpclient
RUN_DEPENDS= rubygem-httpclient>=2.8<3:www/rubygem-httpclient \
rubygem-mime-types>=1.15:misc/rubygem-mime-types \
rubygem-multi_json>=1.7<2:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>