Ticket #41253: Portfile

File Portfile, 841 bytes (added by coditect (Nicholas Rawlings), 11 years ago)
Line 
1# -*- 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
2# $Id: Portfile 108555 2013-07-26 11:47:34Z ciserlohn@macports.org $
3
4PortSystem          1.0
5PortGroup           github 1.0
6
7github.setup        sstephenson ruby-build 20131028 v
8categories          ruby
9license             MIT
10platforms           darwin
11supported_archs     noarch
12
13maintainers         nomaintainer
14
15description         Compile and install Ruby
16long_description    ${description}
17
18checksums           rmd160  10c1e337b8c1e2106f0540965456c310c31d8c61 \
19                    sha256  6be6b6df942f67d29a23a04d8658ed9168078cdcc6d368c7005927ea118c2cd4
20
21use_configure       no
22build {}
23destroot.cmd        ./install.sh
24destroot.env        PREFIX=${destroot}${prefix}
25
26depends_lib         port:rbenv