# $Id: Portfile 68401 2010-06-02 22:12:58Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          heroku 1.9.9 gem {} rubygems ruby19

maintainers         gmail.com:blair.christensen singingwolfboy openmaintainer
categories-append   www devel
description         Client library and CLI to deploy Rails apps on Heroku.
long_description    ${description}
homepage            http://heroku.com/
platforms           darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}

checksums           md5     94b1e86d6c84818cde4b6a9c419fc405 \
                    sha1    6d87304edec3032bb4cbcb27d302c58d3756f10f \
                    rmd160  9909a606d19e45f1cb987bcf9091f60df1fda778

depends_lib-append  port:rb19-rest-client \
                    port:rb19-launchy \
                    port:rb19-json
