# $Id: Portfile 78609 2011-05-14 07:38:20Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          ronn 0.7.3 gem {} rubygems ruby19
license             MIT
categories-append   devel
platforms           darwin
maintainers         singingwolfboy openmaintainer
homepage		    http://rtomayko.github.com/ronn/
description         Ronn builds manuals
long_description    \
    Ronn builds manuals. It converts simple, human readable textfiles to \
    roff for terminal display, and also to HTML for the web. \
    \
    The source format includes all of Markdown but has a more rigid \
    structure and syntax extensions for features commonly found in manpages \
    (definition lists, link notation, etc.).
    
checksums           md5     c5aa4ef58d35d0cc635b769281e03225 \
                    sha1    e30936a7e93204a81dd84fc0bff283b645fa1c29 \
                    rmd160  2b9b7cce3a81dd20971823cb401f5894e3498c92

depends_run-append  port:rb19-mustache \
                    port:rb19-rdiscount \
                    port:rb19-hpricot
