openbsd-ports/devel/py-twisted/words/Makefile
eric 0b0288fa0b update to 8.1.0
tweaks and ok martynas@
2008-06-12 06:46:40 +00:00

22 lines
555 B
Makefile

# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
COMMENT= chat and instant messaging module for Twisted
VERSION= 8.1.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
do-regress:
${LOCALBASE}/bin/trial \
--temp-directory=${WRKBUILD} \
twisted.words
.include <bsd.port.mk>