freebsd-ports/math/p5-Algorithm-Munkres/Makefile
Philippe Audeoud 33a9dd1841 Algorithm-Munkres is a 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.

WWW:	http://search.cpan.org/dist/Algorithm-Munkres/

PR:		ports/131010
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-26 15:31:24 +00:00

22 lines
468 B
Makefile

# New ports collection makefile for: p5-Algorithm-Munkres
# Date created: 2009-01-26
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Algorithm-Munkres
PORTVERSION= 0.08
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Algorithm
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl Extension for Munkres' Solution to Classical Assignment Problem
PERL_CONFIGURE= yes
MAN3= Algorithm::Munkres.3
.include <bsd.port.mk>