10 lines
222 B
Makefile
10 lines
222 B
Makefile
# 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"
|