3197b6f401
Python 3.6.10 is the next security fix release of Python 3.6.
8 lines
308 B
Makefile
8 lines
308 B
Makefile
# $NetBSD: dist.mk,v 1.11 2019/12/28 22:24:01 adam Exp $
|
|
|
|
PY_DISTVERSION= 3.6.10
|
|
DISTNAME= Python-${PY_DISTVERSION}
|
|
EXTRACT_SUFX= .tar.xz
|
|
DISTINFO_FILE= ${.CURDIR}/../../lang/python36/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../lang/python36/patches
|
|
MASTER_SITES= http://www.python.org/ftp/python/${PY_DISTVERSION}/
|