bd7c4096c9
- web2 is being phased out - sanitize regress target ok wcmaier@
21 lines
492 B
Makefile
21 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
|
|
|
COMMENT= NNTP protocol implementation
|
|
|
|
CATEGORIES+= news
|
|
|
|
VERSION= 8.2.0
|
|
DISTNAME= TwistedNews-${VERSION}
|
|
PKGNAME= py-twisted-news-${VERSION}
|
|
|
|
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>
|