openbsd-ports/devel/py-twisted/web/Makefile

23 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/02/16 07:30:56 steven Exp $
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>