openbsd-ports/devel/py-twisted/runner/Makefile
eric 951e3d7e88 - update twisted to 10.0.0
- add twisted.pair
- better regress target

with help from alek@
ok landry@
2010-07-05 13:37:02 +00:00

18 lines
444 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/07/05 13:37:02 eric Exp $
COMMENT= process management module for Twisted
VERSION= 10.0.0
DISTNAME= TwistedRunner-${VERSION}
PKGNAME= py-twisted-runner-${VERSION}
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedRunner
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Runner/${VERSION:R}/
REGRESS_DEPENDS=:py-twisted-runner-*:devel/py-twisted/runner
TRIAL_TARGET= twisted.runner
.include <bsd.port.mk>