# $Id: Portfile,v 1.1 2004/06/02 16:11:32 mww Exp $

PortSystem 1.0
PortGroup python 1.0

name		py-des
version		1.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}
}
