freebsd-ports/devel/py-testoob/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

27 lines
532 B
Makefile

# Created by: Tobias Roth <ports@fsck.ch>
# $FreeBSD$
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 <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MTWISTED}
USES+= twisted
.endif
.include <bsd.port.post.mk>