blob: 3be1764a14f4121fd3542141182428770250627e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.30 2005/10/01 19:36:01 recht Exp $
#
DISTNAME= Python-2.3.5
PKGNAME= python23-pth-2.3.5
PKGREVISION= 1
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.5nb3:../../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"
|