edfd8fecc4
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@
23 lines
472 B
Makefile
23 lines
472 B
Makefile
# $OpenBSD
|
|
|
|
COMMENT= "NNTP protocol implementation"
|
|
|
|
CATEGORIES+= news
|
|
|
|
DISTNAME= TwistedNews-0.2.0
|
|
PKGNAME= py-twisted-news-0.2.0
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNews
|
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/News/0.2/
|
|
|
|
REGRESS_DEPENDS=:py-twisted-news-*:devel/py-twisted/news
|
|
RUN_DEPENDS= :py-twisted-mail-*:devel/py-twisted/mail
|
|
|
|
do-regress:
|
|
${LOCALBASE}/bin/trial \
|
|
--temp-directory=${WRKBUILD} \
|
|
twisted.news
|
|
|
|
.include <bsd.port.mk>
|