aboutsummaryrefslogtreecommitdiff
path: root/devel/py3-scripttest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py3-scripttest/Makefile')
-rw-r--r--devel/py3-scripttest/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/py3-scripttest/Makefile b/devel/py3-scripttest/Makefile
deleted file mode 100644
index 682db76e4cda..000000000000
--- a/devel/py3-scripttest/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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"