14 lines
258 B
Makefile
14 lines
258 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:12 espie Exp $
|
|
|
|
COMMENT= implementation of Munkres' solution to Assignment problem
|
|
|
|
DISTNAME= Algorithm-Munkres-0.08
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|