freebsd-ports/misc/py-pexpect/Makefile
Daichi GOTO e62607cbe9 update misc/py-pexpect: 0.95 -> 0.98
PR:		55799
Submitted by:	Marco Molteni <molter@tin.it>
2003-08-21 05:06:15 +00:00

24 lines
443 B
Makefile

# 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>