openbsd-ports/devel/py-twisted/news/Makefile

22 lines
509 B
Makefile
Raw Normal View History

2010-08-30 18:24:14 -04:00
# $OpenBSD: Makefile,v 1.11 2010/08/30 22:24:16 jasper Exp $
COMMENT= NNTP protocol implementation
CATEGORIES+= news
VERSION= 10.0.0
DISTNAME= TwistedNews-${VERSION}
PKGNAME= py-twisted-news-${VERSION}
2010-08-30 18:24:14 -04:00
REVISION = 0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNews
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/News/${VERSION:R}/
REGRESS_DEPENDS=:py-twisted-news-*:devel/py-twisted/news
RUN_DEPENDS= :py-twisted-mail-*:devel/py-twisted/mail
TRIAL_TARGET= twisted.news
.include <bsd.port.mk>