# Created by: Tobias Roth # $FreeBSD: head/devel/py-testoob/Makefile 371280 2014-10-20 16:04:12Z mva $ PORTNAME= testoob PORTVERSION= 1.15 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Testoob is an advanced unit testing framework for PyUnit OPTIONS_DEFINE= TWISTED TWISTED_DESC= enable running in threads USES= python tar:bzip2 USE_PYTHON= distutils autoplist .include .if ${PORT_OPTIONS:MTWISTED} USES+= twisted .endif .include