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
|
2017-12-27 00:20:23 +01:00
|
|
|
PORTVERSION= 1.2.4
|
2004-12-14 15:33:37 +01:00
|
|
|
CATEGORIES= graphics python
|
2016-05-28 19:08:29 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2004-12-14 15:33:37 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2015-06-08 19:47:45 +02:00
|
|
|
MAINTAINER= sunpoet@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
|
|
|
|
2015-06-14 11:18:25 +02:00
|
|
|
LICENSE= MIT
|
2015-10-19 22:18:12 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-06-14 11:18:25 +02:00
|
|
|
|
2016-05-28 19:08:29 +02:00
|
|
|
RUN_DEPENDS= dot:graphics/graphviz \
|
2017-11-30 16:50:30 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing@${FLAVOR}
|
2004-12-14 15:33:37 +01:00
|
|
|
|
2015-06-14 11:18:25 +02:00
|
|
|
NO_ARCH= yes
|
2015-10-19 22:18:12 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2014-10-21 18:36:12 +02:00
|
|
|
USES= python
|
2015-06-14 11:18:25 +02:00
|
|
|
|
2004-12-14 15:33:37 +01:00
|
|
|
.include <bsd.port.mk>
|