freebsd-ports/misc/py-pexpect/Makefile
Martin Wilke 8bab1a3393 Update to 2.1
Take maintainership

PR:		ports/98927
Submitted by:	Dryice Liu
Approved by:	krion (mentor)
2006-06-14 15:23:30 +00:00

24 lines
475 B
Makefile

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