blob: b175c63e451eebd31a0dd617a975fda0228ff6e1 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: dist.mk,v 1.1 2010/09/17 07:11:41 obache Exp $
PY_DISTVERSION= 2.5.5
DISTNAME= Python-${PY_DISTVERSION}
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python25/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python25/patches
MASTER_SITES= http://www.python.org/ftp/python/${PY_DISTVERSION}/
|