Files

39 lines
1.4 KiB
Tcl
Raw Permalink Normal View History

2021-11-26 22:26:00 -05:00
# -*- 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
2021-11-26 22:26:00 -05:00
categories-append devel mail
2021-11-29 21:40:09 -05:00
supported_archs noarch
2022-11-15 21:57:29 +11:00
platforms {darwin any}
2021-11-26 22:26:00 -05:00
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
2021-11-26 22:26:00 -05:00
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
}