summaryrefslogblamecommitdiff
path: root/misc/py-pexpect/Makefile
blob: 856322550ae2decc8e9dc32eb7c3b79f1822f2b2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                               
                    






                                          
                                                




                           
# ex:ts=8
# Ports collection makefile for:	pexpect
# Date created:			Jan 11, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	pexpect
PORTVERSION=	0.98
CATEGORIES=	misc python
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A Pure Python Expect-like module

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>