| 1 | # $Id: Portfile,v 1.1 2007/01/30 00:34:18 tomwiebe Exp $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup python24 1.0 |
|---|
| 5 | |
|---|
| 6 | name py-reportlab2 |
|---|
| 7 | version 2.0 |
|---|
| 8 | categories python |
|---|
| 9 | maintainers nomaintainer@macports.org |
|---|
| 10 | platforms darwin freebsd |
|---|
| 11 | description python library for creating pdf files |
|---|
| 12 | long_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 | |
|---|
| 16 | homepage http://www.reportlab.org/rl_toolkit.html |
|---|
| 17 | master_sites http://reportlab.org/ftp/ |
|---|
| 18 | distfiles ReportLab_2_0.zip |
|---|
| 19 | use_zip yes |
|---|
| 20 | |
|---|
| 21 | checksums sha1 a6b11949276ab039dc3103127ef196ffbccfa0a7 |
|---|
| 22 | |
|---|
| 23 | worksrcdir reportlab_2_0/reportlab |
|---|
| 24 | |
|---|
| 25 | post-destroot { |
|---|
| 26 | xinstall -m 644 -W ${worksrcpath} README changes license.txt \ |
|---|
| 27 | ${destroot}${prefix}/share/doc/${name} |
|---|
| 28 | } |
|---|