mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
35c3fbedc7
- Sort USE_PYTHON
22 lines
529 B
Makefile
22 lines
529 B
Makefile
# Created by: Neal Nelson <neal@nelson.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twistedMail
|
|
PORTVERSION= 15.2.1
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python:2 tar:bzip2 twisted:names
|
|
|
|
.include <bsd.port.mk>
|