openbsd-ports/devel/py-twisted/web2/Makefile
2010-11-15 19:45:56 +00:00

25 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/11/15 19:46:08 espie Exp $
COMMENT= experimental HTTP/1.1 server framework
CATEGORIES+= www
VERSION= 8.1.0
DISTNAME= TwistedWeb2-${VERSION}
PKGNAME= py-twisted-web2-${VERSION}
REVISION = 3
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWeb2
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web2/${VERSION:R}/
REGRESS_DEPENDS=devel/py-twisted/web2 \
devel/py-twisted/web
TRIAL_TARGET= twisted.web2
post-install:
cd ${PREFIX} && find . -name "*.orig" -exec rm {} \;
.include <bsd.port.mk>