mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
10 lines
217 B
Makefile
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"
|