openbsd-ports/devel/py-twisted/web/Makefile
eric bd7c4096c9 - update to 8.2.0
- web2 is being phased out
- sanitize regress target

ok wcmaier@
2009-01-30 16:22:08 +00:00

21 lines
472 B
Makefile

# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
COMMENT= HTTP protocol implementation
CATEGORIES+= www
VERSION= 8.2.0
DISTNAME= TwistedWeb-${VERSION}
PKGNAME= py-twisted-web-${VERSION}
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web/${VERSION:R}/
RUN_DEPENDS= :py-SOAPpy-*:devel/py-SOAPpy
REGRESS_DEPENDS=:py-twisted-web-*:devel/py-twisted/web
TRIAL_TARGET= twisted.web
.include <bsd.port.mk>