aboutsummaryrefslogtreecommitdiff
path: root/devel/py3-mock/Makefile
blob: 1d968e3b28bf0e00f1039bff8e1f21c41dce144c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD$

MASTERDIR=	${.CURDIR}/../py-mock

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py3-pbr \
		${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py3-six
TESTS_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tox>0:devel/py3-tox

USES=		python:3.2+

.include "${MASTERDIR}/Makefile"