blob: d244794f83910ec904281566fe01b9d9f434d354 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= ptyprocess
PORTVERSION= 0.6.0
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:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|