2013-08-17 18:32:41 +02:00
|
|
|
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
2008-09-05 16:16:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2010-05-12 15:39:30 +02:00
|
|
|
PORTNAME= graph-dot
|
2013-08-17 19:19:06 +02:00
|
|
|
PORTVERSION= 1.8.2
|
2008-09-05 16:16:41 +02:00
|
|
|
CATEGORIES= graphics python
|
2010-05-12 15:39:30 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2008-09-05 16:16:41 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2010-05-12 15:39:30 +02:00
|
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
2008-09-05 16:16:41 +02:00
|
|
|
|
2013-08-17 19:19:06 +02:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2010-05-12 15:39:30 +02:00
|
|
|
COMMENT= A library for working with graphs in Python, dot module
|
2008-09-05 16:16:41 +02:00
|
|
|
|
2010-05-12 15:39:30 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}graph-core>=${PORTVERSION}:${PORTSDIR}/graphics/py-graph-core
|
2008-09-05 16:16:41 +02:00
|
|
|
|
|
|
|
PROJECTHOST= python-graph
|
|
|
|
USE_PYTHON= yes
|
2009-03-12 20:24:03 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2010-05-12 15:39:30 +02:00
|
|
|
PYDISTUTILS_PKGNAME= python_graph_dot
|
2008-09-05 16:16:41 +02:00
|
|
|
|
2010-05-12 15:39:30 +02:00
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
2009-05-09 11:18:33 +02:00
|
|
|
|
2013-09-20 20:35:44 +02:00
|
|
|
NO_STAGE= yes
|
2008-09-05 16:16:41 +02:00
|
|
|
.include <bsd.port.mk>
|