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
452 B
Makefile
23 lines
452 B
Makefile
# $OpenBSD
|
|
|
|
COMMENT= "HTTP protocol implementation"
|
|
|
|
CATEGORIES+= www
|
|
|
|
DISTNAME= TwistedWeb-0.6.0
|
|
PKGNAME= py-twisted-web-0.6.0
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb
|
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web/0.6/
|
|
|
|
RUN_DEPENDS= :py-SOAPpy-*:devel/py-SOAPpy
|
|
REGRESS_DEPENDS=:py-twisted-web-*:devel/py-twisted/web
|
|
|
|
do-regress:
|
|
${LOCALBASE}/bin/trial \
|
|
--temp-directory=${WRKBUILD} \
|
|
twisted.web
|
|
|
|
.include <bsd.port.mk>
|