# New ports collection makefile for: testoob # Date created: Sun Oct 29 18:28:14 CET 2006 # Whom: Tobias Roth # # $FreeBSD$ # PORTNAME= testoob PORTVERSION= 1.12 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@fsck.ch COMMENT= Testoob is an advanced unit testing framework for PyUnit OPTIONS= TWISTED "enable running in threads" off \ HTML "enable HTML output" off # bypass infrastructure bug (taken from www/py-django) OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options USE_BZIP2= yes USE_PYTHON= 2.2+ USE_PYDISTUTILS= yes .include .if defined(WITH_TWISTED) USE_TWISTED= yes .endif .if defined(WITH_HTML) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Ft/Xml/__init__.py:${PORTSDIR}/textproc/py-4suite-xml .endif post-install: ${RM} ${PREFIX}/${PORTNAME}/setcolor.exe ${RMDIR} ${PREFIX}/${PORTNAME} .include