openbsd-ports/devel/py-twisted/web2/Makefile
2009-03-11 22:20:09 +00:00

24 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.9 2009/03/11 22:20:09 bernd Exp $
COMMENT= experimental HTTP/1.1 server framework
CATEGORIES+= www
VERSION= 8.2.0
DISTNAME= TwistedWeb2-${VERSION}
PKGNAME= py-twisted-web2-${VERSION}p0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb2
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web2/${VERSION:R}/
REGRESS_DEPENDS=:py-twisted-web2-*:devel/py-twisted/web2 \
:py-twisted-web-*:devel/py-twisted/web
do-regress:
${LOCALBASE}/bin/trial \
--temp-directory=${WRKBUILD} \
twisted.web2
.include <bsd.port.mk>