Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-chart
version 1.37
categories python
maintainers nomaintainer@macports.org
platforms darwin freebsd
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 94bbfd0d628304ae984e219a64aa9164

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