# -*- 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.25 revision 0 license {Artistic-1 GPL} maintainers {devans @dbevans} openmaintainer description Math::LongDouble - perl interface to C's long double operations long_description {*}${description} platforms darwin checksums rmd160 a8cc2009cfefe31643c8d5b4d2d5c59be4b69d89 \ sha256 d840c072ad42dde6e47f84fe3485a1c4546e3b7f0d527438e4ff58c4fc7b4e4d \ size 40608 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 }