Prune devel/py-EnthoughtBase
[dports.git] / devel / py-mock / Makefile
1 # Created by: jessekempf@gmail.com
2 # $FreeBSD$
3
4 PORTNAME=       mock
5 PORTVERSION=    1.0.1
6 PORTREVISION=   1
7 CATEGORIES=     devel python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     jessekempf@gmail.com
12 COMMENT=        Mock unit tests for Python
13
14 LICENSE=        BSD2CLAUSE
15
16 OPTIONS_DEFINE= TESTS
17 TESTS_DESC=     Install tox for running unit tests
18
19 USES=           python
20 USE_PYTHON=     distutils autoplist
21
22 TESTS_RUN_DEPENDS=      ${PYTHON_PKGNAMEPREFIX}tox>0:${PORTSDIR}/devel/py-tox
23
24 .include <bsd.port.mk>