mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
23 lines
536 B
Makefile
23 lines
536 B
Makefile
# Created by: Neal Nelson <neal@nelson.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twistedMail
|
|
PORTVERSION= 14.0.0
|
|
CATEGORIES= mail devel python
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ \
|
|
LOCAL/sunpoet
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= TwistedMail-${PORTVERSION}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= SMTP, IMAP, and POP protocol implementation with clients and servers
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
USES= tar:bzip2 twisted:names
|
|
|
|
.include <bsd.port.mk>
|