pkgsrc/databases/ruby-cassandra/Makefile
taca 02aca55611 Update databases/ruby-cassandra package to 0.11.4.
v0.11.4
- Fix get_range to invoke blocks
- Fix current distribution urls in Rakfile. Resolves Issue# 97.

v0.11.3
- Fix login after reconnect

v0.11.2
- Update thrift_client gem to deal with failover bug.
2011-08-12 16:44:12 +00:00

16 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/08/12 16:44:12 taca Exp $
DISTNAME= cassandra-0.11.4
CATEGORIES= databases ruby
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/cassandra/
COMMENT= Ruby extension for Cassandra
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-simple_uuid>=0.1.0:../../devel/ruby-simple_uuid
DEPENDS+= ${RUBY_PKGPREFIX}-json>=0:../../textproc/ruby-json
DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client>=0.6.3:../../devel/ruby-thrift_client
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"