# -*- 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
# $Id: Portfile 118746 2014-04-10 12:18:35Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        sstephenson ruby-build 20140408 v
categories          ruby
license             MIT
platforms           darwin
supported_archs     noarch

maintainers         nomaintainer

description         Compile and install Ruby
long_description    ${description}

checksums           rmd160  7a22cc65abde2495443b0fe9d3b20591d08e1589 \
                    sha256  919c91e9f43571c0f9ea5bd04b692f83fd2f1bdbe638b714408b80c4d106e6b0

use_configure       no
build {}
destroot.cmd        ./install.sh
destroot.env        PREFIX=${destroot}${prefix}

depends_lib         port:rbenv
