1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/mail/py-authres/Makefile
Yasuhiro Kimura ce68046d94 mail/py-authres: Revert "Release maintainership"
This reverts commit 84f99d2d56.

I released maintainership of this port because I thought I didn't use
it any more. But it was misunderstanding. So take back maintainership.
2024-06-27 09:49:59 +09:00

24 lines
584 B
Makefile

PORTNAME= authres
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= mail python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yasu@FreeBSD.org
COMMENT= Python module for RFC 5451 Authentication-Results headers
WWW= https://launchpad.net/authentication-results-python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>