# -*- 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.26 5.28 5.30
perl5.setup         Math-Random-ISAAC 1.004
license             public-domain
maintainers         nomaintainer
categories-append   math
platforms           darwin
description         Perl interface to the ISAAC PRNG algorithm

long_description    ${description}

checksums           md5     46110b9a7bb96fe641bdfaf35bdafec5 \
                    sha1    0d2e423559ed28d842e6907e3944d6c5b6f2705f \
                    rmd160  6a77fc0f57b92e9331c233a0f59d77acae7d8fe0

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-leaktrace \
                    port:p${perl5.major}-test-nowarnings

    supported_archs noarch
}