pkgsrc/lang/python23-pth/Makefile
recht 367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00

26 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.27 2005/01/23 20:41:47 recht Exp $
#
DISTNAME= Python-2.3.4
PKGNAME= python23-pth-2.3.4
PKGREVISION= 3
CATEGORIES= lang python
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
DEPENDS+= python23>=2.3.4:../../lang/python23
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
NO_BUILDLINK= yes
NO_MTREE= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"