1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/mail/py-pyzmail/Makefile
2017-11-19 21:48:19 +00:00

22 lines
380 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
USE_PYTHON= autoplist distutils
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>