mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
19 lines
448 B
Makefile
19 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.17 2014/01/17 14:50:52 wiz Exp $
|
|
|
|
DISTNAME= pexpect-3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/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"
|