# $Id: Portfile,v 1.4 2004/05/03 14:32:10 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-reportlab version 1.19 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/ master_sites ${homepage}/ftp/ distname ReportLab_1_19 checksums md5 02eeec6481f71918bf469a78edc4437c extract.suffix .tgz worksrcdir reportlab-1_19/reportlab post-destroot { xinstall -m 644 -W ${worksrcpath} README changes license.txt \ ${destroot}${prefix}/share/doc/${name} }