ports/devel/py3-scripttest/Makefile
2017-06-10 01:56:43 +00:00

10 lines
217 B
Makefile

# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-scripttest
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest
USES= python:3.3+
.include "${MASTERDIR}/Makefile"