# -*- 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-authheaders
version             0.16.3
revision            0

categories-append   devel mail
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         Library for the generation of email authentication headers
long_description    A library wrapping email authentication header \
                    verification and generation. The library can \
                    perform DKIM, SPF, and DMARC validation, and the \
                    results are packaged into the Authentication-Results \
                    header.

homepage            https://github.com/ValiMail/authentication-headers

checksums           rmd160  0c69b332de91179d44efa1736e96c12e69148a2e \
                    sha256  118edc6d3cb1ad18ffab3d788ccc562fca2854cd645faab08fc47033c648148a \
                    size    115428

python.versions     313

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-authres \
                    port:py${python.version}-dkimpy \
                    port:py${python.version}-dnspython \
                    port:py${python.version}-ipaddress \
                    port:py${python.version}-publicsuffix2
}
