freebsd-ports/sysutils/py-ptyprocess/Makefile
Po-Chuan Hsieh f2d753f2d8
sysutils/py-ptyprocess: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-06-10 22:46:22 +08:00

17 lines
315 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
NO_ARCH= yes
.include <bsd.port.mk>