blob: a89f4ff489c545857ba6d3058ace4060b4a44675 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= graph-core
PORTVERSION= 1.8.2
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Library for working with graphs in Python, core module
BROKEN= Unfetchable (google code has gone away)
PROJECTHOST= python-graph
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|