# -*- 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
# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Algorithm-Munkres 0.08
revision            1
platforms           darwin
maintainers         bioperl.org:jason
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           sha1    93c2177a71ea8bec22f32ad85ab22be7f4c17d81 \
                    rmd160  96fb0117e82251398e551704ffaa83b6f1de824e
