19 lines
437 B
Makefile
Raw Normal View History

2011-09-16 09:24:48 +00:00
# $OpenBSD: Makefile,v 1.14 2011/09/16 09:24:56 espie Exp $
COMMENT= process management module for Twisted
2011-06-20 10:25:32 +00:00
VERSION= 11.0.0
DISTNAME= TwistedRunner-${VERSION}
PKGNAME= py-twisted-runner-${VERSION}
2011-09-16 09:24:48 +00:00
REVISION= 0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedRunner
2011-06-20 10:25:32 +00:00
MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${VERSION:R}/
2010-11-15 19:45:56 +00:00
REGRESS_DEPENDS=devel/py-twisted/runner
TRIAL_TARGET= twisted.runner
.include <bsd.port.mk>