951e3d7e88
- add twisted.pair - better regress target with help from alek@ ok landry@
21 lines
494 B
Makefile
21 lines
494 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/07/05 13:37:02 eric Exp $
|
|
|
|
COMMENT= NNTP protocol implementation
|
|
|
|
CATEGORIES+= news
|
|
|
|
VERSION= 10.0.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>
|