openbsd-ports/devel/p5-Algorithm-Munkres/Makefile

17 lines
347 B
Makefile
Raw Normal View History

# $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>