freebsd-ports/graphics/py-pydot/Makefile
Marcus von Appen 734b61f327 - Convert ports of graphics/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:36:12 +00:00

22 lines
586 B
Makefile

# Created by: Stefan Walter <sw@gegenunendlich.de>
# $FreeBSD$
PORTNAME= pydot
PORTVERSION= 1.0.28
#PORTREVISION= 0
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= stefan@FreeBSD.org
COMMENT= Python interface to the Graphviz Dot language
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
dot:${PORTSDIR}/graphics/graphviz
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>