openbsd-ports/devel/py-twisted/news/Makefile
2007-10-08 08:22:38 +00:00

23 lines
521 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/10/08 08:22:40 steven Exp $
COMMENT= NNTP protocol implementation
CATEGORIES+= news
DISTNAME= TwistedNews-0.2.0
PKGNAME= py-twisted-news-0.2.0p0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNews
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/News/0.2/
REGRESS_DEPENDS=:py-twisted-news-*:devel/py-twisted/news
RUN_DEPENDS= :py-twisted-mail-*:devel/py-twisted/mail
do-regress:
${LOCALBASE}/bin/trial \
--temp-directory=${WRKBUILD} \
twisted.news
.include <bsd.port.mk>