# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ruby 1.0

ruby.setup          httparty 0.6.0 gem {} rubygems ruby19
description         Makes http fun! Also, makes consuming restful web services dead easy.
long_description    \
    {*}${description}
license             MIT
maintainers         nomaintainer
platforms           any
supported_archs     noarch

homepage            https://www.johnnunemaker.com/httparty/

checksums           md5     36921f886175c927c86274c648160e67 \
                    sha1    83799e8bdb51e6712d70142eaa28b5a97639d94a \
                    rmd160  d1f6aad41d1f47e7e7e20421233421b067145377

depends_run         port:rb19-crack
