bd7c4096c9
- web2 is being phased out - sanitize regress target ok wcmaier@
20 lines
443 B
Makefile
20 lines
443 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/01/30 16:22:09 eric Exp $
|
|
|
|
COMMENT= DNS protocol implementation
|
|
|
|
CATEGORIES+= net
|
|
|
|
VERSION= 8.2.0
|
|
DISTNAME= TwistedNames-${VERSION}
|
|
PKGNAME= py-twisted-names-${VERSION}
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNames
|
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Names/${VERSION:R}/
|
|
|
|
REGRESS_DEPENDS=:py-twisted-names-*:devel/py-twisted/names
|
|
|
|
TRIAL_TARGET= twisted.names
|
|
|
|
.include <bsd.port.mk>
|