freebsd-ports/graphics/py-pydot/Makefile
Sunpoet Po-Chuan Hsieh 1af6b8375d - Take maintainership
Approved by:	stefan (maintainer)
2015-06-08 17:47:45 +00:00

22 lines
587 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= sunpoet@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>