openbsd-ports/devel/py-twisted/words/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

20 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.10 2010/07/05 13:37:02 eric Exp $
COMMENT= chat and instant messaging module for Twisted
VERSION= 10.0.0
DISTNAME= TwistedWords-${VERSION}
PKGNAME= py-twisted-words-${VERSION}
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWords
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Words/${VERSION:R}/
REGRESS_DEPENDS=:py-twisted-words-*:devel/py-twisted/words
RUN_DEPENDS= :py-twisted-web-*:devel/py-twisted/web
TRIAL_TARGET= twisted.words
.include <bsd.port.mk>