mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
50f8eaece1
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
27 lines
765 B
Makefile
27 lines
765 B
Makefile
# Created by: Neal Nelson <neal@nelson.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twistedMail
|
|
PORTVERSION= 13.2.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
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore \
|
|
${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:${PORTSDIR}/dns/py-twistedNames
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
|
|
|
|
.include <bsd.port.mk>
|