Ticket #11965: Portfile

File Portfile, 893 bytes (added by tom@…, 17 years ago)

Portfile for py-reportlab2

Line 
1# $Id: Portfile,v 1.1 2007/01/30 00:34:18 tomwiebe Exp $
2
3PortSystem 1.0
4PortGroup python24 1.0
5
6name              py-reportlab2
7version           2.0
8categories      python
9maintainers     nomaintainer@macports.org
10platforms       darwin freebsd
11description     python library for creating pdf files
12long_description    ReportLab is a software library that lets you directly \
13                create documents in Adobe's Portable Document Format \
14                (PDF) using the python programming language.
15
16homepage        http://www.reportlab.org/rl_toolkit.html
17master_sites    http://reportlab.org/ftp/
18distfiles                          ReportLab_2_0.zip
19use_zip                    yes
20
21checksums      sha1 a6b11949276ab039dc3103127ef196ffbccfa0a7
22
23worksrcdir      reportlab_2_0/reportlab
24
25post-destroot   {
26    xinstall -m 644 -W ${worksrcpath} README changes license.txt \
27        ${destroot}${prefix}/share/doc/${name}
28}