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

PortSystem 1.0
PortGroup python24 1.0

name			py-srs
version			0.30.9
categories		python mail
platforms		darwin
maintainers		nomaintainer
description		Sender Rewriting Scheme in Python
long_description	${description}

homepage		http://bmsi.com/python/pysrs.html
master_sites	http://bmsi.com/python/
distname		pysrs-${version}
checksums		md5 d72c9d04ae8369ec8fc604dfba2fa069

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} CHANGES PKG-INFO \
		${destroot}${prefix}/share/doc/${name}
}
