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

21 lines
439 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.12 2010/11/15 19:46:08 espie Exp $
COMMENT= DNS protocol implementation
CATEGORIES+= net
VERSION= 10.0.0
DISTNAME= TwistedNames-${VERSION}
PKGNAME= py-twisted-names-${VERSION}
2010-08-30 18:24:14 -04:00
REVISION = 0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNames
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Names/${VERSION:R}/
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS=devel/py-twisted/names
TRIAL_TARGET= twisted.names
.include <bsd.port.mk>