# $Id: Portfile 84512 2011-09-27 14:19:06Z snc@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          rails_best_practices 0.3.21 gem {} rubygems ruby19
description         check rails files according to ihower's presentation \
                    'rails best practices'
long_description    \
    rails_best_practices is a gem to check quality of rails app files \
    according to ihower’s presentation Rails Best Practices from Kungfu \
    RailsConf in Shanghai China. rails_best_practices is a code static \
    parser tool.
maintainers         singingwolfboy openmaintainer
homepage            http://github.com/flyerhzm/rails_best_practices
platforms           darwin
license             MIT
checksums           md5     a070c8d175a9f231484cc5bc976b8c89 \
                    sha1    23d02262ab3cae6f302d73dbfacbe094a28e3531 \
                    rmd160  792816da32d247a8ae453318394cc68a20d79bf6

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