freebsd-ports/sysutils/py-ptyprocess/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

17 lines
314 B
Makefile

# $FreeBSD$
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>