summaryrefslogtreecommitdiff
path: root/databases/ruby-cassandra/Makefile
diff options
context:
space:
mode:
authortonnerre <tonnerre>2010-06-11 23:26:16 +0000
committertonnerre <tonnerre>2010-06-11 23:26:16 +0000
commit7bf54b4dd27230bc8c63bfdb8fc27a32d422a726 (patch)
tree628d8fff63d7e6abed012227d68ce3688ee70da8 /databases/ruby-cassandra/Makefile
parent92797f896aee9205f54f0fdd820082563145891c (diff)
downloadpkgsrc-7bf54b4dd27230bc8c63bfdb8fc27a32d422a726.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/Makefile20
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"