# -*- 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         Statistics-Descriptive 3.0801
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         basic perl functions providing descriptive statistics
long_description    Statistics::Descriptive provides basic functions used in descriptive \
                    statistics. It has an object oriented design and supports two different \
                    types of data storage and calculation objects: sparse and full. With the \
                    sparse method, none of the data is stored and only a few statistical \
                    measures are available. Using the full method, the entire data set is \
                    retained and additional functions are available. \
                    \
                    Whenever a division by zero may occur, the denominator is checked to be \
                    greater than the value \$Statistics::Descriptive::Tolerance, which defaults \
                    to 0.0. You may want to change this value to some small positive value such \
                    as 1e-24 in order to obtain error messages in case of very small \
                    denominators. \
                    \
                    Many of the methods (both Sparse and Full) cache values so that subsequent \
                    calls with the same arguments are faster.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  c7ccfb55949534d6e06af619e292bdfdb4387c11 \
                    sha256  047b70a63fdcaa916168e0ff2d58e155e0ebbc68ed4ccbd73a7213dca3028f65 \
                    size    54174

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-list-moreutils

    perl5.use_module_build
}