# $Id: Portfile 53088 2009-06-29 05:16:32Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python30 1.0

name                py30-crcmod
version             1.5
revision            1
categories          python 
platforms           darwin

maintainers         phw openmaintainer
description         Python module for creating functions computing the Cyclic Redundancy Check (CRC).
long_description    ${description}
homepage            http://crcmod.sourceforge.net/
master_sites        sourceforge:crcmod
distname            crcmod-${version}
checksums           md5     e756b35dd475164099f856ed45f63f1b \
                    sha1    9605f1ba1f3ed20c7d541bf08d2f755271cf7630 \
                    rmd160  cefd4443f2058505249e853cb0698513c1c1db85


build.args-append -f

post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} README changelog ${destroot}${prefix}/share/doc/${name}
}
