aboutsummaryrefslogtreecommitdiff
path: root/mail/py-twistedMail
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:22:18 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-15 11:22:18 +0000
commitd063f7d7d8ef04bc678d7c8ac8186ca776ed88e3 (patch)
tree0091f7443971481f8890f67b7fc89d43bd2c3741 /mail/py-twistedMail
parentbb8aa8e88beeae0a01e58be1121e7af391b8365c (diff)
downloadports-d063f7d7d8ef04bc678d7c8ac8186ca776ed88e3.tar.gz
ports-d063f7d7d8ef04bc678d7c8ac8186ca776ed88e3.zip
Notes
Diffstat (limited to 'mail/py-twistedMail')
-rw-r--r--mail/py-twistedMail/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/py-twistedMail/Makefile b/mail/py-twistedMail/Makefile
index 9ed355bc0cb1..60084458748d 100644
--- a/mail/py-twistedMail/Makefile
+++ b/mail/py-twistedMail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= twistedMail
PORTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= mail devel python
MASTER_SITES= http://twistedmatrix.com/downloads/Mail/0.1/ \
http://tmrc.mit.edu/mirror/twisted/Mail/0.1/
@@ -16,8 +17,9 @@ DISTNAME= TwistedMail-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= An SMTP, IMAP and POP protocol implementation with clients and servers
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \
+BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \
${PYTHON_SITELIBDIR}/twisted/names:${PORTSDIR}/dns/py-twistedNames
+RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/TwistedMail-${PORTVERSION}