freebsd-ports/misc/py-pexpect/Makefile
Ben Woods ac61d6ebeb [NEW] misc/py3-pexpect: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.

www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).

This change creates one of those ports.

[1] https://svnweb.freebsd.org/changeset/ports/442565

PR:		219833
2017-06-07 15:43:29 +00:00

20 lines
389 B
Makefile

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