summaryrefslogtreecommitdiff
path: root/lang/python24-pth/Makefile
blob: c3c5dbfdcea647045cfce4d70b6e36268e7cc587 (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
# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:16 tv Exp $
#

DISTNAME=	Python-2.4
PKGNAME=	python24-pth-2.4
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+=	python24>=2.4:../../lang/python24

EXTRACT_ONLY=	# empty
NO_CHECKSUM=	yes
NO_CONFIGURE=	yes
NO_BUILD=	yes
NO_MTREE=	yes

do-install:	# empty

.include "../../mk/bsd.pkg.mk"