# ex:ts=8
# Ports collection makefile for:	pexpect
# Date created:			Jan 11, 2003
# Whom:				ijliao
#
# $FreeBSD: ports/misc/py-pexpect/Makefile,v 1.10 2009/08/22 00:28:18 amdmi3 Exp $
#

PORTNAME=	pexpect
PORTVERSION=	2.4
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>
