1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/misc/py-pexpect/Makefile
Emanuel Haupt 1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00

23 lines
391 B
Makefile

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