# -*- 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-Random-ISAAC-XS 1.004
revision            1
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Math::Random::ISAAC::XS - C implementation of the ISAAC PRNG algorithm
long_description    ${description}

platforms           darwin

checksums           rmd160  4aeb588e653f35691a26a20cbb56c96d02c3dc99 \
                    sha256  9af790eb92d1c6330d33c6daa8decf8a9c5dcc87b81779d6b12e14b931c3b87b

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

    perl5.use_module_build
}
