openbsd-ports/graphics/py-dot/Makefile
xsa ac6ce45682 Initial import of py-dot-0.9.9.
Pydot provides an interface for creating both directed and non directed
graphs from Python. Currently all attributes implemented in the Dot
language are supported (up to Graphviz 1.10). Output can be inlined in
Postscript into interactive scientific environments like TeXmacs, or
ouput in any of the format's supported by the Graphvix tools dot, neato,
twopi.
2004-10-27 17:46:49 +00:00

30 lines
569 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/10/27 17:46:49 xsa Exp $
COMMENT= "Python interface to Graphiz's Dot"
DISTNAME= pydot-0.9.9
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= graphics
HOMEPAGE= http://dkbza.org/pydot.html
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://dkbza.org/data/
MODULES= lang/python
BUILD_DEPENDS= ::devel/py-parsing
RUN_DEPENDS= ::devel/py-parsing \
::math/graphviz
NO_REGRESS= Yes
.include <bsd.port.mk>