mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
773850a8a6
Hat: portmgr
25 lines
490 B
Makefile
25 lines
490 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: pexpect
|
|
# Date created: Jan 11, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pexpect
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= CHEESESHOP \
|
|
${MASTER_SITE_SOURCEFORGE} \
|
|
http://dryice.name/computer/FreeBSD/distfiles/
|
|
#MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Pure Python Expect-like module
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|