blob: d1bc5c0d7c15773142e5be74d9f7bd700f6cd586 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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"
|