aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-ptyprocess/Makefile
blob: 518f0d1975ef642fa1699af50c067e6c84305cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>