pkgsrc/devel/py-pexpect/Makefile
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

18 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.12 2008/04/25 20:39:09 joerg Exp $
DISTNAME= pexpect-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pexpect/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://pexpect.sourceforge.net/
COMMENT= Pure Python Expect-like module
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
NO_CONFIGURE= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"