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

22 lines
457 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.12 2010/11/15 19:46:08 espie Exp $
COMMENT= HTTP protocol implementation
CATEGORIES+= www
VERSION= 10.0.0
DISTNAME= TwistedWeb-${VERSION}
PKGNAME= py-twisted-web-${VERSION}
2010-08-30 18:24:14 -04:00
REVISION = 0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web/${VERSION:R}/
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/py-SOAPpy
REGRESS_DEPENDS=devel/py-twisted/web
TRIAL_TARGET= twisted.web
.include <bsd.port.mk>