freebsd-ports/misc/py-pexpect/Makefile
Dryice Dong Liu 5f39e58dfb - update to 2.3
- update my mail address
2008-01-14 02:45:28 +00:00

23 lines
475 B
Makefile

# ex:ts=8
# Ports collection makefile for: pexpect
# Date created: Jan 11, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pexpect
PORTVERSION= 2.3
CATEGORIES= misc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dryice@FreeBSD.org
COMMENT= A Pure Python Expect-like module
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>