freebsd-ports/mail/py-pyzmail/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

21 lines
385 B
Makefile

# $FreeBSD$
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>