aboutsummaryrefslogblamecommitdiff
path: root/misc/py-pexpect/Makefile
blob: 3d495b626a721bd8bccf34e95d63cfdfb7a0ef58 (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=	2.4
PORTREVISION=	1
CATEGORIES=	misc python
MASTER_SITES=	CHEESESHOP 
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

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

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>