# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-srs
version             1.0.3
revision            0
categories-append   mail
license             PSF
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
description         Sender Rewriting Scheme in Python
long_description    {*}${description}

homepage            http://bmsi.com/python/pysrs.html
python.rootname     pysrs
checksums           rmd160  462c5f42df618253e6d00651a12268e200115c0e \
                    sha256  1a6b6369d63fac44a50f7b3693816d9b6c7160f09e70b0b25ece570c953547d8 \
                    size    28829

python.versions     27

if {${name} ne ${subport}} {
    post-destroot {
        xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING \
            LICENSE.sendmail LICENSE.python \
            ${destroot}${prefix}/share/doc/${subport}
    }

    livecheck.type  none
}
