openbsd-ports/devel/py-twisted/mail/Makefile
alek edfd8fecc4 Import Twisted and its modules.
Twisted Core is an asynchronous event loop and associated utilities,
supporting TCP, UDP, multicast, SSL/TLS, serial communication and more.
It is used by most of the servers, clients and protocols that are part
of other Twisted projects.

With help from Eric Faurot <eric.faurot@gmail.com> and sturm@
2006-07-29 14:37:37 +00:00

22 lines
430 B
Makefile

# $OpenBSD
COMMENT= "MTP, IMAP and POP protocol implementation"
CATEGORIES= mail
DISTNAME= TwistedMail-0.3.0
PKGNAME= py-twisted-mail-0.3.0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedMail
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Mail/0.3/
REGRESS_DEPENDS=:py-twisted-mail-*:devel/py-twisted/mail
do-regress:
${LOCALBASE}/bin/trial \
--temp-directory=${WRKBUILD} \
twisted.mail
.include <bsd.port.mk>