# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@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 {${name} ne ${subport}} {
    post-destroot	{
        xinstall -m 644 -W ${worksrcpath} CHANGES PKG-INFO \
            ${destroot}${prefix}/share/doc/${subport}
    }
}
