25 lines
514 B
Makefile
25 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:15 tv Exp $
|
|
#
|
|
|
|
DISTNAME= Python-2.1.3
|
|
PKGNAME= python21-pth-2.1.3
|
|
PKGREVISION= 6
|
|
CATEGORIES= lang python
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.python.org/
|
|
COMMENT= Interpreted, interactive, object-oriented programming language
|
|
|
|
DEPENDS+= python21>=2.1.3:../../lang/python21
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
NO_MTREE= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|