22 lines
470 B
Makefile
22 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/11/15 19:46:08 espie Exp $
|
|
|
|
COMMENT= NNTP protocol implementation
|
|
|
|
CATEGORIES+= news
|
|
|
|
VERSION= 10.0.0
|
|
DISTNAME= TwistedNews-${VERSION}
|
|
PKGNAME= py-twisted-news-${VERSION}
|
|
REVISION = 0
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNews
|
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/News/${VERSION:R}/
|
|
|
|
REGRESS_DEPENDS=devel/py-twisted/news
|
|
RUN_DEPENDS= devel/py-twisted/mail
|
|
|
|
TRIAL_TARGET= twisted.news
|
|
|
|
.include <bsd.port.mk>
|