# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Math-Prime-Util 0.60 license {Artistic-1 GPL} maintainers nomaintainer description Math::Prime::Util - Utilities related to prime numbers, including fast sieves and factoring long_description ${description} platforms darwin checksums rmd160 ddbf0b8cac76cb919dc83fb05f8c8c270f2fedc0 \ sha256 185b77a5d820246aa32ddf7cbcb541d2dab3d4102069a2da119a2978e619846e if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-bytes-random-secure \ port:p${perl5.major}-math-bigint-gmp \ port:p${perl5.major}-math-mpfr \ port:p${perl5.major}-math-prime-util-gmp }