pkgsrc/lang/python27/dist.mk
adam 6f97a13202 Changes 2.7.6:
This is a 2.7 series bugfix release. Most importantly, it resolves an issue that caused the interactive prompt to crash on OS X 10.9. It also includes numerous bugfixes over 2.7.5.
2013-11-12 18:57:25 +00:00

8 lines
306 B
Makefile

# $NetBSD: dist.mk,v 1.6 2013/11/12 18:57:25 adam Exp $
PY_DISTVERSION= 2.7.6
DISTNAME= Python-${PY_DISTVERSION}
EXTRACT_SUFX= .tar.xz
DISTINFO_FILE= ${.CURDIR}/../../lang/python27/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python27/patches
MASTER_SITES= http://www.python.org/ftp/python/${PY_DISTVERSION}/