mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
ff3d558ddc
Approved by: swills (mentor, implicit)
25 lines
520 B
Makefile
25 lines
520 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= munkres
|
|
PORTVERSION= 1.0.5.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= feld@FreeBSD.org
|
|
COMMENT= A Python implementation of the munkres algorithm
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/munkres.py \
|
|
%%PYTHON_SITELIBDIR%%/munkres.pyc \
|
|
%%PYTHON_SITELIBDIR%%/munkres.pyo
|
|
|
|
.include <bsd.port.mk>
|