# -*- 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         Algorithm-CurveFit 1.06
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         Algorithm::CurveFit - Nonlinear Least Squares Fitting
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  3b373ad7a3bc976fc85683888a6fbb4253c4904a \
                    sha256  320976c727ec19e51d879e8b4aa61402735e90c7551379f1efdb6a1b78521c4f \
                    size    15348

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-data-dumper \
                    port:p${perl5.major}-math-matrixreal \
                    port:p${perl5.major}-math-symbolic \
                    port:p${perl5.major}-test-pod \
                    port:p${perl5.major}-test-pod-coverage

    perl5.use_module_build
}
