opnsense-ports/misc/py-pexpect/Makefile
Franco Fichtner 1739d6c369 misc/py-pexpect: sync with upstream
Taken from: HardenedBSD
2018-07-31 05:06:42 +02:00

20 lines
404 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= pexpect
PORTVERSION= 4.6.0
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Pure Python Expect-like module
LICENSE= ISCL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py-ptyprocess@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>