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@
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# $OpenBSD
|
|
|
|
COMMENT= "documentation generator"
|
|
|
|
DISTNAME= TwistedLore-0.2.0
|
|
PKGNAME= py-twisted-lore-0.2.0
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedLore
|
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/0.2/
|
|
|
|
REGRESS_DEPENDS=:py-twisted-lore-*:devel/py-twisted/lore
|
|
RUN_DEPENDS= :py-twisted-web-*:devel/py-twisted/web
|
|
|
|
do-regress:
|
|
${LOCALBASE}/bin/trial \
|
|
--temp-directory=${WRKBUILD} \
|
|
twisted.lore
|
|
|
|
.include <bsd.port.mk>
|