2008-03-26 15:57:23 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2008/03/26 19:57:23 eric Exp $
|
2006-07-29 10:37:37 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= DNS protocol implementation
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
CATEGORIES+= net
|
|
|
|
|
2008-03-26 15:57:23 -04:00
|
|
|
VERSION= 0.4.0
|
|
|
|
DISTNAME= TwistedNames-${VERSION}
|
|
|
|
PKGNAME= py-twisted-names-${VERSION}
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNames
|
|
|
|
|
2008-03-26 15:57:23 -04:00
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Names/${VERSION:R}/
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
REGRESS_DEPENDS=:py-twisted-names-*:devel/py-twisted/names
|
|
|
|
|
|
|
|
do-regress:
|
|
|
|
${LOCALBASE}/bin/trial \
|
|
|
|
--temp-directory=${WRKBUILD} \
|
|
|
|
twisted.names
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|