blob: 8fdb888411949157231746e85ac44fa136e0b159 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= testoob
PORTVERSION= 1.15
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= SF \
PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced unit testing framework for PyUnit
WWW= https://github.com/testoob/testoob
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/docs/LICENSE-2.0.txt
OPTIONS_DEFINE= TWISTED
TWISTED_DESC= enable running in threads
NO_ARCH= yes
USES= dos2unix python tar:bzip2
USE_PYTHON= autoplist distutils
TWISTED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
.include <bsd.port.mk>
|