2008-04-15 07:04:27 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2008/04/15 11:04:27 eric Exp $
|
2006-07-29 10:37:37 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= documentation generator
|
2006-07-29 10:37:37 -04:00
|
|
|
|
2008-04-15 07:04:27 -04:00
|
|
|
VERSION= 8.0.0
|
2008-03-26 15:57:23 -04:00
|
|
|
DISTNAME= TwistedLore-${VERSION}
|
|
|
|
PKGNAME= py-twisted-lore-${VERSION}
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedLore
|
|
|
|
|
2008-03-26 15:57:23 -04:00
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/${VERSION:R}/
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
REGRESS_DEPENDS=:py-twisted-lore-*:devel/py-twisted/lore
|
|
|
|
RUN_DEPENDS= :py-twisted-web-*:devel/py-twisted/web
|
|
|
|
|
|
|
|
do-regress:
|
|
|
|
${LOCALBASE}/bin/trial \
|
|
|
|
--temp-directory=${WRKBUILD} \
|
|
|
|
twisted.lore
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|