Ticket #29246: Portfile

File Portfile, 935 bytes (added by jason@…, 13 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.setup         Algorithm-Munkres 0.08
7revision        1
8maintainers         jason.stajich
9categories          perl
10description         This is a Perl extension for Munkres' solution to \
11                    classical Assignment problem for square and rectangular matrices
12
13long_description    Perl extension for Munkres' solution to \
14                    classical Assignment problem for square and rectangular matrices \
15                    This module extends the solution of Assignment problem for square \
16                    matrices to rectangular matrices by padding zeros. Thus a rectangular \
17                    matrix is converted to square matrix by padding necessary zeros.
18
19platforms           darwin
20
21checksums           md5 56349287513f955002720c8e2523582b \
22                    sha1 93c2177a71ea8bec22f32ad85ab22be7f4c17d81 \
23                    rmd160 96fb0117e82251398e551704ffaa83b6f1de824e
24
25supported_archs noarch