2007-10-08 08:22:38 +00:00

22 lines
473 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/10/08 08:22:40 steven Exp $
COMMENT= DNS protocol implementation
CATEGORIES+= net
DISTNAME= TwistedNames-0.3.0
PKGNAME= py-twisted-names-0.3.0p0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNames
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Names/0.3/
REGRESS_DEPENDS=:py-twisted-names-*:devel/py-twisted/names
do-regress:
${LOCALBASE}/bin/trial \
--temp-directory=${WRKBUILD} \
twisted.names
.include <bsd.port.mk>