# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-des
version			1.1
revision		1
categories		python security
platforms		darwin
maintainers		nomaintainer
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}
}
