# $Id: Portfile,v 1.1 2005/10/24 22:15:16 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-srs
version			0.30.9
categories		python mail
platforms		darwin
maintainers		mww@opendarwin.org
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}
}
