17 lines
309 B
Makefile
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>
|