# -*- 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           ruby 1.0

ruby.branches       3.3 3.2 3.1 3.0
ruby.setup          gmp 0.7.43 gem {} rubygems
categories-append   devel math
license             Apache-2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Ruby bindings to the GMP and MPFR libraries
long_description    {*}${description}
homepage            https://github.com/srawlins/gmp
checksums           rmd160  d0eeee8ec284a4cdc39bd3ea2b189ea14b38d512 \
                    sha256  8009a14d510878428834aa1f9a4be3bd05e7d1da26e7179eb2760ad08be8dbc9 \
                    size    610816

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:gmp \
                    port:mpfr
}
