1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Add LICENSE

- Sort RUN_DEPENDS
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-05 17:28:42 +00:00
parent c072e4bf67
commit 8940c113d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380533

View File

@ -9,8 +9,10 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides a simple interface on top of CouchDBs RESTful HTTP API
RUN_DEPENDS= rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \
LICENSE= APACHE20
RUN_DEPENDS= rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-multi_json>=1.0.0:${PORTSDIR}/devel/rubygem-multi_json \
rubygem-rest-client>=1.6.1:${PORTSDIR}/www/rubygem-rest-client
USE_RUBY= yes