Portfile

# $Id: Portfile 20442 2006-11-03 02:55:14Z jberry@macports.org $

PortSystem 1.0
PortGroup python24 1.0
name py-cssutils
version 0.53
revision 1
categories-append www
maintainers nomaintainer@macports.org
description Parse and build CSS Cascading Style Sheets
long_description ${description}

platforms darwin

homepage http://cthedot.de/cssutils/
master_sites ${homepage}
distname cssutils-${version}
use_zip yes

checksums md5 cb91bcdce7846a910f5fca92707e4fa1

post-destroot {
xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
file rename ${destroot}/${prefix}/LICENSE.txt \
${destroot}/${prefix}/share/doc/${name}/LICENSE.txt
xinstall -m 644 -W ${worksrcpath} README.txt \
${destroot}/${prefix}/share/doc/${name}
}