pkgsrc/devel/py-pexpect/Makefile
obache 8a780b1ce4 * any of compiler languages are not required to build.
* distutils pkg, register egg-info.

Bump PKGREVISION.
2012-01-28 08:30:55 +00:00

21 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.14 2012/01/28 08:30:55 obache Exp $
DISTNAME= pexpect-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pexpect/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://pexpect.sourceforge.net/
COMMENT= Pure Python Expect-like module
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
USE_LANGUAGES= #none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"