openbsd-ports/devel/py-twisted/web2/Makefile
eric 7591c88979 - update to TwistedCore 2.5.0 and related subpackages
- add documentation and examples for twisted.doc
- disable twisted.web2 (still experimental and not working with 2.5.0 yet)
- take maintainership (requested by alek@)

with help from and tested by Will Maier and martynas@

ok martynas@
2008-03-26 19:57:23 +00:00

25 lines
560 B
Makefile

# $OpenBSD: Makefile,v 1.5 2008/03/26 19:57:24 eric Exp $
BROKEN= does not work with 2.5.0 yet
COMMENT= experimental HTTP/1.1 server framework
CATEGORIES= www
DISTNAME= TwistedWeb2-0.2.0
PKGNAME= py-twisted-web2-0.2.0p0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb2
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web2/
REGRESS_DEPENDS=:py-twisted-web2-*:devel/py-twisted/web2
RUN_DEPENDS= :py-twisted-web-*:devel/py-twisted/web
do-regress:
${LOCALBASE}/bin/trial \
--temp-directory=${WRKBUILD} \
twisted.web2
.include <bsd.port.mk>