7d1cd68164
Python 3.7.6 is the next bugfix release of Python 3.7.
8 lines
306 B
Makefile
8 lines
306 B
Makefile
# $NetBSD: dist.mk,v 1.7 2019/12/28 22:30:24 adam Exp $
|
|
|
|
PY_DISTVERSION= 3.7.6
|
|
DISTNAME= Python-${PY_DISTVERSION}
|
|
EXTRACT_SUFX= .tar.xz
|
|
DISTINFO_FILE= ${.CURDIR}/../../lang/python37/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../lang/python37/patches
|
|
MASTER_SITES= http://www.python.org/ftp/python/${PY_DISTVERSION}/
|