21 lines
476 B
Makefile
21 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.13 2011/06/08 17:39:26 jasper Exp $
|
|
|
|
COMMENT= chat and instant messaging module for Twisted
|
|
|
|
VERSION= 10.0.0
|
|
DISTNAME= TwistedWords-${VERSION}
|
|
PKGNAME= py-twisted-words-${VERSION}
|
|
REVISION = 1
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedWords
|
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Words/${VERSION:R}/
|
|
|
|
|
|
REGRESS_DEPENDS=devel/py-twisted/words
|
|
RUN_DEPENDS= devel/py-twisted/web
|
|
|
|
TRIAL_TARGET= twisted.words
|
|
|
|
.include <bsd.port.mk>
|