blob: df26e74748ce28f11b782d14571792cd0eee4061 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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"
|