pkgsrc/devel/py-pexpect/Makefile
2016-06-08 17:43:20 +00:00

18 lines
429 B
Makefile

# $NetBSD: Makefile,v 1.18 2016/06/08 17:43:26 wiz Exp $
DISTNAME= pexpect-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pexpect/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://pexpect.sourceforge.net/
COMMENT= Pure Python Expect-like module
LICENSE= mit
NO_CONFIGURE= yes
USE_LANGUAGES= #none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"