# -*- 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
# Reached EOL on 2018-03-31
deprecated.upstream_support no
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. \
(ruby-2.2.x was EOLed at 2018-03-31)
homepage http://www.ruby-lang.org/
checksums md5 bef1909a4c885157870ef69548cdad3a \
rmd160 b766f369db78f002c6bdf4d54592af6dbc7d0295 \
sha1 72ee1dcfd96199d2c3092b77db7a7f439c0abd08 \
sha256 a54204d2728283c9eff0cf81d654f245fa5b3447d0824f1a6bc3b2c5c827381e
depends_lib port:readline \
depends_run port:ruby_select
depends_build port:pkgconfig
depends_skip_archcheck pkgconfig
select.file ${filespath}/ruby22
# ext/openssl/ossl.h: <openssl/asn1_mac.h> was deprecated (#58123)
patchfiles patch-ext_openssl_ossl.h.diff
configure.args --enable-shared \
--mandir="${prefix}/share/man" \
--with-opt-dir="${prefix}" \
--with-openssl-include=${prefix}/include/openssl-1.0 \
--with-openssl-lib=${prefix}/lib/openssl-1.0 \