# -*- 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-FastCalc 0.5019
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Math::BigInt::FastCalc - Math::BigInt::Calc with some XS for more speed
long_description    {*}${description}

checksums           rmd160  e62657fe36bd0110008789efb39ee375a9e1593f \
                    sha256  389893f4055c58e251880f7e27aba52f9a3b6842894c70df93a14852a3e72d60 \
                    size    2644768

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