mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
2024-06-24 Version 0.16.3 * Update expected test results to also be compatible with dkimpy >= 1.1.7 * Update PSL from upstream https://github.com/ValiMail/authentication-headers/releases/tag/0.16.3 PR: 279949
25 lines
699 B
Makefile
25 lines
699 B
Makefile
PORTNAME= authheaders
|
|
DISTVERSION= 0.16.3
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= einar@isnic.is
|
|
COMMENT= Generate email authentication headers
|
|
WWW= https://github.com/ValiMail/authentication-headers
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/MPL-2.0
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dkimpy>=0.7.1:mail/py-dkimpy@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}authres>=1.2.0:mail/py-authres@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}publicsuffix2>0:dns/py-publicsuffix2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|