diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2010-06-11 23:26:16 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2010-06-11 23:26:16 +0000 |
commit | 257bef163d54e72b5ca520e36e0ea063a95ef42b (patch) | |
tree | 628d8fff63d7e6abed012227d68ce3688ee70da8 /databases/ruby-cassandra/Makefile | |
parent | 1fe9c840960a7fb21c84d5e333f8a1d0f346c8e5 (diff) | |
download | pkgsrc-257bef163d54e72b5ca520e36e0ea063a95ef42b.tar.gz |
Import the Cassandra Ruby module version 0.8.2.
This is the Ruby implementation of the Cassandra database client.
Diffstat (limited to 'databases/ruby-cassandra/Makefile')
-rw-r--r-- | databases/ruby-cassandra/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/ruby-cassandra/Makefile b/databases/ruby-cassandra/Makefile new file mode 100644 index 00000000000..ea676ccc124 --- /dev/null +++ b/databases/ruby-cassandra/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/06/11 23:26:16 tonnerre Exp $ +# + +DISTNAME= cassandra-0.8.2 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= databases ruby + +MAINTAINER= tonnerre@NetBSD.org +HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/cassandra/ +COMMENT= Ruby extension for Cassandra + +GEM_BUILD= gemspec + +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.4.0:../../devel/ruby-thrift_client +BUILD_DEPENDS+= rake>=0:../../devel/rake + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" |