# -*- 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

PortSystem      1.0
PortGroup       python 1.0

name            ccm
version         2.8.4
categories      databases
supported_archs noarch

maintainers     {blair @blair} openmaintainer

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.

homepage        https://github.com/pcmanus/ccm

license         Apache-2

platforms       {darwin any}

checksums       md5 f60e8a1dfaaa0e767e19af05e0c8db05 \
                sha256 8d46669127b4fbd517bc06488e1215475e3850fc97f565c092aa964ecb7674e9

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