# $Id: Portfile,v 1.1 2004/01/16 17:34:04 mww Exp $ PortSystem 1.0 name py-yenc version 0.2 categories python platforms darwin maintainers mww@opendarwin.org description provides raw yEnc encoding/decoding with crc32 calculation long_description py-yenc provides (only) raw yEnc encoding/decoding \ with builitin crc32 calculation. homepage http://golug.cc.uniud.it/yenc.html master_sites http://golug.cc.uniud.it/pub/yenc/ distname yenc-${version} checksums md5 2f1162447da3a25feb321e6776bdbb0a depends_lib bin:python:python use_configure no build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/CHANGES ${worksrcpath}/COPYING \ ${worksrcpath}/README ${worksrcpath}/TODO \ ${worksrcpath}/doc/yenc-draft.1.3.txt ${worksrcpath}/examples \ ${destroot}${prefix}/share/doc/${name} }