de8ff280a1
v0.23.0 - Update simple_uuid dependency (issue #197, courtesy @tsenart) - Changed to new github url: github.com/cassandra-rb/cassandra
20 lines
580 B
Makefile
20 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/02/09 05:31:26 taca Exp $
|
|
|
|
DISTNAME= cassandra-0.23.0
|
|
CATEGORIES= databases ruby
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
HOMEPAGE= https://github.com/cassandra-rb/cassandra/
|
|
COMMENT= Ruby extension for Cassandra
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-simple_uuid>=0.3<1:../../devel/ruby-simple_uuid
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-thrift_client<0.9:../../devel/ruby-thrift_client
|
|
|
|
RUBY_JSON_REQD= 0
|
|
USE_RAKE= run
|
|
OVERRIDE_GEMSPEC= simple_uuid~>0.2
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../lang/ruby/json.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|