7591c88979
- 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@
23 lines
502 B
Makefile
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>
|