# -*- 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
PortGroup           deprecated 1.0

# The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
# mark deprecated due to lack of upstream support
deprecated.upstream_support no

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Data-Entropy 0.009 ../../authors/id/R/RR/RRWO
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Data::Entropy - entropy (randomness) management
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  f890d5e02887bfbc22baa3d9fe72357849bf065d \
                    sha256  e2c5287ec1034297904f6601522cfc268d46bdcbfe8513c7ab98c816f64e9449 \
                    size    38109

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-crypt-rijndael \
                    port:p${perl5.major}-crypt-urandom \
                    port:p${perl5.major}-data-float \
                    port:p${perl5.major}-http-tiny \
                    port:p${perl5.major}-module-build \
                    port:p${perl5.major}-params-classify
}
