# -*- 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-Matrix 0.94
revision            0
categories-append   math
license             {Artistic-1 GPL}
maintainers         aol.com:liampg72 openmaintainer
platforms           {darwin any}
supported_archs     noarch

description         Perl extension for Matrix operations (Multiply and Invert matrices)

long_description    {*}${description}

checksums           rmd160  e84da7abcf731d1366cc1432f302e9546549c720 \
                    sha256  75e00640248b8fefc8ac969256a904db822ccca73e7edb45071edbeca6c74196 \
                    size    112797

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