freebsd-ports/sysutils/py-ptyprocess/Makefile
Ben Woods 7d456694da [NEW] sysutils/py3-ptyprocess: 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:39:37 +00:00

17 lines
310 B
Makefile

# $FreeBSD$
PORTNAME= ptyprocess
PORTVERSION= 0.5.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= robak@FreeBSD.org
COMMENT= Run a subprocess in a pseudo terminal
LICENSE= ISCL
USES?= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>