| 1 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | PortSystem 1.0 |
|---|
| 5 | PortGroup python25 1.0 |
|---|
| 6 | |
|---|
| 7 | name py25-cssutils |
|---|
| 8 | version 0.9.5.1 |
|---|
| 9 | |
|---|
| 10 | categories python www |
|---|
| 11 | maintainers gmail.com:billitch |
|---|
| 12 | description CSS parser and library for Python |
|---|
| 13 | long_description A Python package to parse and build \ |
|---|
| 14 | CSS Cascading Style Sheets. |
|---|
| 15 | |
|---|
| 16 | platforms darwin |
|---|
| 17 | |
|---|
| 18 | homepage http://cthedot.de/cssutils/ |
|---|
| 19 | master_sites http://cssutils.googlecode.com/files/ |
|---|
| 20 | distname cssutils-${version} |
|---|
| 21 | use_zip yes |
|---|
| 22 | |
|---|
| 23 | checksums md5 b5ee33892918c6589017cfb318db8190 \ |
|---|
| 24 | sha1 bdf53ff8b0417c064daaa585389e99bed79e6bbf \ |
|---|
| 25 | rmd160 104246a4a07861236644c010f734b5265fdd797f |
|---|
| 26 | |
|---|
| 27 | post-destroot { |
|---|
| 28 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
|---|
| 29 | xinstall -m 644 -W ${worksrcpath} README.txt \ |
|---|
| 30 | ${destroot}${prefix}/share/doc/${name} |
|---|
| 31 | } |
|---|