on whatever is the current default version of python 3 in the ports tree (currently 3.7). Allows adding it with pkg_add python3 rather than needing to know the correct subdir name (as you would with pkg_add python%3.7). Deliberately not adding a similar one for py2 which is not likely to proceed beyond 2.7. ok kmos@, aja@ pirofti@ zhuk@ like it too
12 lines
282 B
Makefile
12 lines
282 B
Makefile
# $OpenBSD: Makefile,v 1.1 2020/01/07 20:01:20 sthen Exp $
|
|
|
|
COMMENT = meta-package to install the current version of python 3
|
|
|
|
PKGNAME = python3-${MODPY_DEFAULT_VERSION_3}
|
|
|
|
MODULES = lang/python
|
|
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
|
MODPY_BUILDDEP = No
|
|
|
|
.include <bsd.port.mk>
|