# -*- 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-MPC 1.33
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Math::MPC - perl interface to the MPC (multi precision complex) library.
long_description    {*}${description}

checksums           rmd160  797f2577ca51248f2cd9bc649504d4c2105d6764 \
                    sha256  36333f16ff752d818b39c4f9d3be99da5469a59f8d08384bef0403b7a6773770 \
                    size    92614

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