17 lines
347 B
Makefile
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>
|