freebsd-ports/sysutils/py-ptyprocess/Makefile
2016-03-03 11:52:24 +00:00

17 lines
309 B
Makefile

# $FreeBSD$
PORTNAME= ptyprocess
PORTVERSION= 0.5.1
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>