# -*- 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-Prime-Util-GMP 0.53 ../../authors/id/D/DA/DANAJ
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Math::Prime::Util::GMP - Utilities related to prime numbers and factoring, using GMP
long_description    {*}${description}

checksums           rmd160  fde92337fc26c8fecc36a48a07269088f5840f22 \
                    sha256  0d763bfc5a2f327ee688ca7b6ade7b013e733b3f0bcfe291b72b31d57607b163 \
                    size    399067

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