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

ruby.setup          reek 1.2.8 gem {} rubygems ruby19
description         Ruby code-smell tool
long_description    \
    Reek is a tool that examines Ruby classes, modules and methods and \
    reports any code smells it finds.
maintainers         nomaintainer
platforms           any
supported_archs     noarch
license             MIT

homepage            https://github.com/troessner/reek

checksums           md5     74946596672ba26cf9afcf0fefdd1bae \
                    sha1    d0a064fe1a3e39eec14f4464b839c0d9c285ee6b \
                    rmd160  e14ae6c5a161aa05c84f3b236955d88d0941e825

depends_run         port:rb19-sexp_processor \
                    port:rb19-ruby2ruby \
                    port:rb19-parser
