aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-pydot/Makefile
blob: 2cbfc8373ea527f35127b56ac5ef6c065e7565df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Stefan Walter <sw@gegenunendlich.de>
# $FreeBSD$

PORTNAME=   pydot
PORTVERSION=    1.2.4
CATEGORIES= graphics python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Python interface to the Graphviz Dot language

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

RUN_DEPENDS=    dot:graphics/graphviz \
        ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing@${FLAVOR}

NO_ARCH=    yes
USE_PYTHON= autoplist concurrent distutils
USES=       python

.include <bsd.port.mk>