# -*- 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         Crypt-Random 1.56 ../../authors/id/T/TI/TIMLEGGE
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Crypt::Random - Cryptographically Secure, True Random Number Generator
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  f10c2a96517cdf58fd815465f87460376dd6749f \
                    sha256  e1cb37e58f1da29d75b34d8933cf638a10fdf1c58f056d078ef382fc1bbaf4d5 \
                    size    24592

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

    depends_lib-append \
                    port:p${perl5.major}-class-loader \
                    port:p${perl5.major}-crypt-urandom \
                    port:p${perl5.major}-math-pari \
                    port:p${perl5.major}-statistics-chisquare
}
