freebsd-ports/misc/py-pexpect/Makefile
Marcus von Appen 273cb9ed49 - Convert ports of misc/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:59:37 +00:00

18 lines
311 B
Makefile

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