1PORTNAME= couchrest 2PORTVERSION= 2.0.1 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Provides a simple interface on top of CouchDBs RESTful HTTP API 8WWW= https://github.com/couchrest/couchrest 9 10LICENSE= Apache-2.0 11 12RUN_DEPENDS= rubygem-httpclient>=2.8<3:www/rubygem-httpclient \ 13 rubygem-mime-types>=1.15:misc/rubygem-mime-types \ 14 rubygem-multi_json>=1.7<2:devel/rubygem-multi_json 15BUILD_DEPENDS= ${RUN_DEPENDS} 16 17USES= gem 18 19NO_ARCH= yes 20 21.include <bsd.port.mk> 22