aboutsummaryrefslogtreecommitdiff
path: root/misc/py-pexpect/Makefile
blob: 9cf8a21a03d6973fbe8d001295d3291dee52fd21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# Ports collection makefile for:	pexpect
# Date created:			Jan 11, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

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

MAINTAINER=	ports@FreeBSD.org

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>