# $Id: Portfile 68532 2010-06-05 15:37:02Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          gherkin 1.0.30 gem {} rubygems ruby19
description         A fast Gherkin lexer/parser based on the Ragel State \
                    Machine Compiler.
long_description    \
    Fast Gherkin lexer and parser based on Ragel. Gherkin is both the language \
    that has evolved out of the Cucumber project, as well as this library itself.
license             MIT
maintainers         singingwolfboy openmaintainer
homepage            http://github.com/aslakhellesoy/gherkin
categories-append   textproc
platforms           darwin
checksums           md5     6a9bf22f2a50d4f99e8711534f41d013 \
                    sha1    55d8007017ae2afe0906682d530298ec5ce8c3fe \
                    rmd160  433b82f49717137818261af7c1874a816b73b9dd

depends_run-append  port:rb19-trollop
