# $Id: Portfile,v 1.5 2005/03/08 08:26:40 blb Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-cssutils version 0.53 revision 1 categories-append www maintainers darwinports@opendarwin.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} }