freebsd-ports/sysutils/py-ptyprocess/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
301 B
Makefile

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>