add5ff1c2a
v0.12.1 - Fix issue with simple_uuid dependency. - Fix issue with get_range & get_range_batch keeping all results when a block is given. Resolves Issue# 112. v0.12.0 Changed thrift_client dependency to 0.7.0
16 lines
551 B
Makefile
16 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/09/12 16:08:29 taca Exp $
|
|
|
|
DISTNAME= cassandra-0.12.1
|
|
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.2.0:../../devel/ruby-simple_uuid
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-json>=0:../../textproc/ruby-json
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client>=0.7.0:../../devel/ruby-thrift_client
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|