14 lines
216 B
Makefile
14 lines
216 B
Makefile
|
COMMENT= implementation of Munkres' solution to Assignment problem
|
||
|
|
||
|
DISTNAME= Algorithm-Munkres-0.08
|
||
|
CATEGORIES= devel
|
||
|
REVISION= 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
.include <bsd.port.mk>
|