8fea9ce29c
- fix suggested by Simon Kuhn in PR 29735 Add a patch from Antoine Reilles submitted in PR 30466 to fix the buid of some modules on OS X 10.4. Bump PKGREVISION
24 lines
499 B
Makefile
24 lines
499 B
Makefile
# $NetBSD: Makefile,v 1.29 2005/07/03 19:49:06 recht Exp $
|
|
#
|
|
|
|
DISTNAME= Python-2.3.5
|
|
PKGNAME= python23-pth-2.3.5
|
|
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_MTREE= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|