1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/misc/py-pexpect/Makefile
2023-11-28 02:46:33 +08:00

23 lines
559 B
Makefile

PORTNAME= pexpect
PORTVERSION= 4.9.0
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python module for controlling interactive programs in pseudo-terminal
WWW= https://pexpect.readthedocs.io/en/stable/ \
https://github.com/pexpect/pexpect
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0.5:sysutils/py-ptyprocess@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
.include <bsd.port.mk>