Files

43 lines
1.3 KiB
Tcl
Raw Permalink Normal View History

2012-09-23 17:12:14 +00:00
# -*- 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 github 1.0
2026-07-04 21:12:55 -04:00
github.setup rbenv ruby-build 20260701 v
2025-10-11 22:49:32 -04:00
revision 0
2023-11-09 12:56:57 -05:00
github.tarball_from archive
categories ruby
2012-09-23 17:12:14 +00:00
license MIT
2022-12-14 02:45:07 +11:00
platforms any
2012-09-23 17:12:14 +00:00
supported_archs noarch
2026-03-16 22:20:16 -04:00
maintainers {macports.halostatue.ca:austin @halostatue} \
openmaintainer
2012-09-23 17:12:14 +00:00
description Compile and install Ruby
2022-12-14 02:45:07 +11:00
long_description {*}${description}
2012-09-23 17:12:14 +00:00
2026-07-04 21:12:55 -04:00
checksums rmd160 1e4f1e4f8b655936ac4edf36edca11f3e1f866b0 \
sha256 68d109c22559a7fcd87255f3f22baae24e201bce89bc3f883f24e4f33f59595b \
size 103318
2012-09-23 17:12:14 +00:00
use_configure no
build {}
destroot.cmd ./install.sh
2025-09-23 12:18:51 +02:00
destroot.env PREFIX=${destroot}${prefix}
patchfiles patch-ruby-build-no-homebrew.diff
2025-12-17 22:05:04 -05:00
depends_run-append port:pkgconfig \
port:gmp \
port:libffi \
port:libyaml \
port:openssl \
port:readline
notes {
This port patches ruby-build to ignore Homebrew formulae when looking for library
dependencies.
If you wish to build with YJIT, you must have Rust 1.58 or later installed.
}