diff options
Diffstat (limited to 'misc/py3-pexpect/Makefile')
-rw-r--r-- | misc/py3-pexpect/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/py3-pexpect/Makefile b/misc/py3-pexpect/Makefile deleted file mode 100644 index df26e74748ce..000000000000 --- a/misc/py3-pexpect/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Ben Woods <woodsb02@FreeBSD.org> -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../py-pexpect - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py3-ptyprocess - -USES= python:3.2+ - -.include "${MASTERDIR}/Makefile" |