openbsd-ports/devel/p5-Algorithm-Munkres/Makefile
jasper ff1764d9e9 import p5-Algorithm-Munkres 0.08
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.

ok sthen@
2010-12-22 20:22:30 +00:00

17 lines
347 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/22 20:22:30 jasper Exp $
COMMENT= implementation of Munkres' solution to Assignment problem
DISTNAME= Algorithm-Munkres-0.08
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>