openbsd-ports/devel/py-twisted/lore/Makefile
eric 0b0288fa0b update to 8.1.0
tweaks and ok martynas@
2008-06-12 06:46:40 +00:00

22 lines
526 B
Makefile

# $OpenBSD: Makefile,v 1.7 2008/06/12 06:46:40 eric Exp $
COMMENT= documentation generator
VERSION= 8.1.0
DISTNAME= TwistedLore-${VERSION}
PKGNAME= py-twisted-lore-${VERSION}
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedLore
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/${VERSION:R}/
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>