mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8a4b4d2c5c
PR: ports/65846 Submitted by: Marco Molteni <mmolteni@cisco.com>
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: pexpect
|
|
# Date created: Jan 11, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pexpect
|
|
PORTVERSION= 0.999
|
|
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>
|