ports/devel/py-algorithm-munkres/Makefile

22 lines
416 B
Makefile

COMMENT = munkres algorithm for the Assignment Problem
MODPY_EGG_VERSION = 1.1.4
DISTNAME = munkres-${MODPY_EGG_VERSION}
PKGNAME = py-algorithm-${DISTNAME}
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/bmc/munkres
# Apache v2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>