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

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Math-MPFR 4.44 ../../authors/id/S/SI/SISYPHUS
revision            0
maintainers         nomaintainer
categories-append   math
license             {Artistic-1 GPL}
description         Math::MPFR - perl interface to the MPFR (floating point) library.
long_description    {*}${description}

checksums           rmd160  a51f6a19b7ca954da6dda6fbc30750fe374b4bc7 \
                    sha256  f6b829b46d1eef1acaa6e4004c5817eab5fe4b22bb79532b060035e82eccc354 \
                    size    248292

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-math-longdouble
                    
    depends_lib-append \
                    port:mpfr \
                    port:gmp
}
