freebsd-ports/mail/py-pyzmail/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
372 B
Makefile

PORTNAME= pyzmail
DISTVERSION= 1.0.3
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Easy mail library to parse, compose and send emails
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>