openbsd-ports/devel/py-twisted/names/Makefile
eric 7591c88979 - update to TwistedCore 2.5.0 and related subpackages
- add documentation and examples for twisted.doc
- disable twisted.web2 (still experimental and not working with 2.5.0 yet)
- take maintainership (requested by alek@)

with help from and tested by Will Maier and martynas@

ok martynas@
2008-03-26 19:57:23 +00:00

23 lines
502 B
Makefile

# $OpenBSD: Makefile,v 1.5 2008/03/26 19:57:23 eric Exp $
COMMENT= DNS protocol implementation
CATEGORIES+= net
VERSION= 0.4.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
do-regress:
${LOCALBASE}/bin/trial \
--temp-directory=${WRKBUILD} \
twisted.names
.include <bsd.port.mk>