forked from Lainports/freebsd-ports
- Created by header should use space not tab PR: ports/176304 Submitted by: Mark Felder <feld@feld.me> (maintainer)
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# Created by: Mark Felder <feld@feld.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= munkres
|
|
PORTVERSION= 1.0.5.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= feld@feld.me
|
|
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>
|