6462be2ae0
Bump the version back to the last existing version (8.1.0), and bump PKGNAME again to be on the safe side.. ok eric@
24 lines
554 B
Makefile
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>
|