# $Id: Portfile 102584 2013-02-05 04:25:13Z larryv@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-srs
version			0.30.9
categories-append	mail
license			PSF
platforms		darwin
supported_archs	noarch
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

python.versions	24

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