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

MASTERDIR=	${.CURDIR}/../py-pytest-timeout

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.6.4:devel/py3-pytest

USES=		python:3

.include "${MASTERDIR}/Makefile"