freebsd-ports/misc/py-pexpect/Makefile
Jung-uk Kim 0d248a13ba Remove a horrid hack to convert termios.TIOCSWINSZ to a signed integer.
All Python interpreters in the ports do not need this hack any more.
2010-07-19 22:05:22 +00:00

23 lines
442 B
Makefile

# ex:ts=8
# Ports collection makefile for: pexpect
# Date created: Jan 11, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pexpect
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP \
http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Pure Python Expect-like module
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>