# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 101930 2013-01-22 05:28:18Z blair@macports.org $

PortSystem      1.0
PortGroup       python 1.0
PortGroup       github 1.0

github.setup    pcmanus ccm d8277800f244fa927c7b105766ac870729ba646e
version         0.0.1
revision        3
categories      databases
supported_archs noarch

maintainers     blair

description     Cassandra Cluster Manager
long_description \
    A script/library to create, launch and remove a Apache Cassandra \
    cluster on localhost.  The goal of ccm and ccmlib is to make is \
    easy to create, manage and destroy a small cluster on a local \
    box.  It is meant for testing of a Cassandra cluster.

license         Apache-2

platforms       darwin

checksums       rmd160  4900e395a1770040e314e181870fafc66622a537 \
                sha256  9d56054fd6a3931b33af27d4ae3a7de1c48608a18303ca7ca36c5c3751c97493

python.default_version  27
depends_lib-append      port:py${python.version}-yaml

python.link_binaries_suffix
