summaryrefslogtreecommitdiff
path: root/lang/python23-pth/Makefile
blob: 1484462429aee5abefbea3b1113b658c6922428d (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
26
# $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"