2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Stefan Walter <sw@gegenunendlich.de>
|
2004-12-14 15:33:37 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pydot
|
2013-04-26 16:36:07 +02:00
|
|
|
PORTVERSION= 1.0.28
|
|
|
|
#PORTREVISION= 0
|
2004-12-14 15:33:37 +01:00
|
|
|
CATEGORIES= graphics python
|
2014-03-04 19:02:24 +01:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
PROJECTHOST= ${PORTNAME}
|
2004-12-14 15:33:37 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2006-05-07 15:32:13 +02:00
|
|
|
MAINTAINER= stefan@FreeBSD.org
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Python interface to the Graphviz Dot language
|
2004-12-14 15:33:37 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
|
|
|
|
dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
2014-03-04 19:02:24 +01:00
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2004-12-14 15:33:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|