# $Id: Portfile 68396 2010-06-02 22:10:56Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          launchy 0.3.5 gem {} rubygems ruby19
description         cross-platform application launcher class
long_description    \
    Launchy is a helper class for launching cross-platform applications \
    in a fire and forget manner.
maintainers         gmail.com:blair.christensen singingwolfboy openmaintainer
categories-append   devel

homepage            http://copiousfreetime.rubyforge.org/launchy/
platforms           darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}

checksums           md5     b43f4facc3dfaab80be39004b46b3db4 \
                    sha1    dd3ea16a93210472272fe4db24d375c17939275b \
                    rmd160  e7c900ac07ff1b9b6f870850668b15b037c2bdf6

depends_lib-append  port:rb19-configuration
