33b4d58932
Sponsored by: Pixeware LTD <contracting@pixeware.com>
17 lines
309 B
Makefile
17 lines
309 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
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|