# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
maintainers {kimuraw @kimuraw} openmaintainer
description Powerful and clean object-oriented scripting language
long_description Ruby is the interpreted scripting language for quick \
and easy object-oriented programming. It has many \
features to process text files and to do system \
management tasks (as in Perl). It is simple, \
straight-forward, extensible, and portable.
homepage http://www.ruby-lang.org/
checksums md5 8f41b5cb683d48b5cb6cdfe03d135d6b \
rmd160 a4f9a7c962f2364401b11b2b5917fe4d558aa37a \
sha1 1932db85ace80ecdbc5cfc7aada5b5123f7ad739 \
sha256 1f2567a55dad6e50911ce42fcc705cf686924b897f597cabf803d88192024dcb
depends_lib port:readline \
path:lib/libssl.dylib:openssl \
depends_run port:ruby_select
depends_build port:pkgconfig
depends_skip_archcheck pkgconfig
# requires gmake 3.81 or later
depends_build-append port:gmake
build.cmd ${prefix}/bin/gmake
select.file ${filespath}/ruby25
configure.args --enable-shared \
--enable-install-static-library \
--mandir="${prefix}/share/man" \
--with-opt-dir="${prefix}" \
--with-rubylibprefix="${prefix}/lib/ruby2.5"