# -*- 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-LongDouble 0.26
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Math::LongDouble - perl interface to C's long double operations
long_description    {*}${description}

checksums           rmd160  b5c1faea5b42cecda2a5c0f818f4d4202f9553b6 \
                    sha256  26a5909386f33dd07f190e5c3eca4081fafecbc52fb6cc655f07d0befa9e8db8 \
                    size    41065

if {${perl5.major} != ""} {
# use C99 isfinite() rather than finite(), deprecated since macOS 10.9
# fixes build on macOS 11+
    patchfiles      use-c99-isfinite.patch

    compiler.c_standard 1999
}
