# $Id: Portfile,v 1.5 2004/12/28 11:39:20 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-reportlab
version			1.20
categories		python
maintainers		mww@opendarwin.org
platforms		darwin freebsd
description		python library for creating pdf files
long_description	ReportLab is a software library that lets you directly \
				create documents in Adobe's Portable Document Format \
				(PDF) using the python programming language. 

homepage		http://www.reportlab.org/rl_toolkit.html
master_sites	http://www.reportlab.org/ftp/
distfiles		ReportLab_1_20.tgz
checksums		md5 8d374b9b6f7db3fc0821082347d5e6b5

worksrcdir		reportlab_1_20/reportlab

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} README changes license.txt \
		${destroot}${prefix}/share/doc/${name}
}
