1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/misc/py-pexpect/Makefile
2014-01-23 15:44:14 +00:00

20 lines
329 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= pexpect
PORTVERSION= 3.1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Pure Python Expect-like module
LICENSE= ISCL
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>