diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-16 21:44:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-16 21:44:07 +0000 |
commit | 999c1c17ca377649160ac8a1b1ac99cbc448c31d (patch) | |
tree | 688b29d17e9b6d1d1d7714f0495f8e1f3118c56c /net/Makefile | |
parent | 194fc80cd2300ec6947eeb80a9d27935a791108f (diff) |
This module provides an interface the to Cassandra distributed
database. It uses the Thrift interface. This is changing rapidly and
supports the development version of Cassandra built from Subversion
trunk.
WWW: http://search.cpan.org/dist/Net-Cassandra/
PR: ports/136780
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=237947
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 64914acc36b3..d5da888ba4eb 100644 --- a/net/Makefile +++ b/net/Makefile @@ -495,6 +495,7 @@ SUBDIR += p5-Net-Blogger SUBDIR += p5-Net-CIDR-Lite SUBDIR += p5-Net-CSTA + SUBDIR += p5-Net-Cassandra SUBDIR += p5-Net-DAV-Server SUBDIR += p5-Net-DHCP SUBDIR += p5-Net-DHCPClient |