openbsd-ports/devel/py-twisted/web2/Makefile
landry 6462be2ae0 Re-enable py-twisted-web2, yet another dependency of moovida/elisa.
Bump the version back to the last existing version (8.1.0), and bump
PKGNAME again to be on the safe side..
ok eric@
2009-10-14 12:47:48 +00:00

24 lines
554 B
Makefile

# $OpenBSD: Makefile,v 1.10 2009/10/14 12:47:48 landry Exp $
COMMENT= experimental HTTP/1.1 server framework
CATEGORIES+= www
VERSION= 8.1.0
DISTNAME= TwistedWeb2-${VERSION}
PKGNAME= py-twisted-web2-${VERSION}p1
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>