mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
COMMENT = meta-package to install the current version of python 3
|
|
|
|
PKGNAME = python3-${MODPY_DEFAULT_VERSION_3}
|
|
REVISION = 3
|
|
|
|
MODULES = lang/python
|
|
MODPY_BUILDDEP = No
|
|
|
|
.include <bsd.port.mk>
|