2013-07-29 15:03:58 +00:00
|
|
|
# Created by: Mark Felder <feld@FreeBSD.org>
|
2013-02-15 02:53:43 +00:00
|
|
|
|
|
|
|
PORTNAME= munkres
|
2020-11-15 18:05:34 +00:00
|
|
|
PORTVERSION= 1.1.4
|
2013-02-15 02:53:43 +00:00
|
|
|
CATEGORIES= math python
|
2019-02-16 22:54:11 +00:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2013-05-20 01:03:43 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2013-02-15 02:53:43 +00:00
|
|
|
|
2018-10-30 19:54:13 +00:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Munkres implementation for Python
|
2013-02-15 02:53:43 +00:00
|
|
|
|
2018-10-30 19:54:13 +00:00
|
|
|
LICENSE= APACHE20
|
2013-02-15 02:53:43 +00:00
|
|
|
|
2019-02-16 22:54:11 +00:00
|
|
|
USES= python:3.5+
|
2020-11-15 18:05:34 +00:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2018-10-30 19:54:13 +00:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
2013-02-15 02:53:43 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|