Philip M. Gollucci d20b585258 CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API,
as well as including some utility scripts for managing views and attachments.

WWW: http://rubygems.org/gems/couchrest

PR:		ports/158129
Submitted by:	Mike Carlson (carlson39 at llnl.gov)
2011-06-24 18:19:33 +00:00

24 lines
640 B
Makefile

# Ports collection makefile for: rubygem-couchrest
# Date created: 20 June 2011
# Whom: Mike Carlson (carlson39@llnl.gov)
#
# $FreeBSD$
PORTNAME= couchrest
PORTVERSION= 1.0.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides a simple interface on top of CouchDBs RESTful HTTP API
RUN_DEPENDS= rubygem-json>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-json \
rubygem-mime-types>=${PORTVERSION}:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-rest-client>=${PORTVERSION}:${PORTSDIR}/www/rubygem-rest-client
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>