# $Id: Portfile,v 1.2 2004/12/30 16:44:14 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-des version 1.1 revision 1 categories python security platforms darwin maintainers mww@opendarwin.org description DES and triple DES algorithm implementation in python long_description ${description} homepage http://home.pacific.net.au/~twhitema/des.html master_sites http://home.pacific.net.au/~twhitema/pyDES/ distname pyDes-${version} checksums md5 2904ef443171cd7c7344ba1668a58eaf post-destroot { xinstall -m 644 -W ${worksrcpath} Changelog.txt README.txt \ ${destroot}${prefix}/share/doc/${name} }