44e9229fb5
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output. WWW: https://pypi.python.org/pypi/altgraph/
18 lines
346 B
Makefile
18 lines
346 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= altgraph
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python graph (network) package
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|