# -*- 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.52
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  3446c1c6e4132c0f91a8554bcfc378eb614a36ca \
                    sha256  2697c7fd5c7e35fdec7f50ed56a67be807a2f22657589e637dad3592744003be \
                    size    341681

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