# $Id: Portfile 107422 2013-06-28 04:23:12Z jmr@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-chart
version			1.39
maintainers		nomaintainer
license			GPL-2+
platforms		darwin freebsd
supported_archs	noarch
description		python library for creating EPS, PDF, PNG, or SVG charts
long_description	PyChart is a Python library for creating high quality \
				Encapsulated PostScript, PDF, PNG, or SVG charts. It \
				currently supports line plots, bar plots, range-fill \
				plots, and pie charts. Because it is based on Python, \
				you can make full use of Python's scripting power.

homepage		http://home.gna.org/pychart/
master_sites	http://download.gna.org/pychart/
distname		PyChart-${version}
checksums		md5 f1f509a1c4623056c8e780bb7c9a05c5 \
				sha1 651ada2d8aae7d97cf530162524265e96f305eee

python.versions	25

if {$subport ne $name} {
    post-destroot {
        xinstall -m 644 -W ${worksrcpath} COPYING README \
            ${destroot}${prefix}/share/doc/${subport}
    }
}
