a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-des
version 1.1
revision 1
categories python security
platforms darwin
maintainers nomaintainer@macports.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}
}