# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
# $Id: Portfile 107907 2013-07-08 21:55:37Z g5pw@macports.org $

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        rubik radon 0.4.2 v
python.default_version 27
maintainers         g5pw openmaintainer

categories          devel python
description         Radon is a tool for Python that computes various metrics \
                    from the source code.
long_description    ${description}

license             MIT
platforms           darwin

depends_build       port:py${python.version}-setuptools

depends_lib-append	port:py${python.version}-colorama \
                    port:py${python.version}-baker

checksums           rmd160  cd60fb45138def162820bdf039710da704406dc1 \
                    sha256  3088b9957e58a00624c2dc25461600731cd778fbd1123b82178ade98a349c987

python.link_binaries_suffix
