opnsense-ports/sysutils/py-ptyprocess/Makefile
Franco Fichtner 5dcd347214 sysutils/py-ptyprocess: sync with upstream
Taken from: HardenedBSD
2021-04-07 21:15:52 +02:00

16 lines
302 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>