89e07f4a18
Approved by: portmgr (implicit)
27 lines
532 B
Makefile
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>
|