# -*- 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-Munkres 0.08
revision            2
license             GPL-2+
platforms           {darwin any}
maintainers         nomaintainer
supported_archs     noarch

description         This is a Perl extension for Munkres' solution to \
                    classical Assignment problem for square and rectangular matrices

long_description    Perl extension for Munkres' solution to \
                    classical Assignment problem for square and rectangular matrices \
                    This module extends the solution of Assignment problem for square \
                    matrices to rectangular matrices by padding zeros. Thus a rectangular \
                    matrix is converted to square matrix by padding necessary zeros.

checksums           rmd160 96fb0117e82251398e551704ffaa83b6f1de824e \
                    sha256 196bcda3984b179cedd847a7c16666b4f9741c07f611a65490d9e7f4b7a55626
