# $Id: Portfile 36254 2008-04-24 15:13:41Z mww@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name			py25-dot
version			1.0.2
revision		1
categories		python graphics
platforms		darwin
maintainers		mww
description		python module for creating graphs
long_description	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).

homepage		http://code.google.com/p/pydot/
master_sites	http://pydot.googlecode.com/files/
distname		pydot-${version}
checksums		sha1 5959fcc7d91b1c9797d9ed07fc6986eb480f8db5
patchfiles		patch-setup.py.diff

depends_lib-append	port:py25-parsing
depends_run		bin:dot:graphviz

