# -*- 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-BigInt-GMP 1.7003
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Math::BigInt::GMP - Use the GMP library for Math::BigInt routines
long_description    {*}${description}

checksums           rmd160  e5b7ae2f4722c3550c782ae92aeb6e87637a7ddf \
                    sha256  a165628b277d1e833f5b657ca836db81bc44e04c107cfe9f5b8bd94755642ed5 \
                    size    2637054

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