11 lines
345 B
Makefile
11 lines
345 B
Makefile
# IMPORTANT! If you make any changes to the Python ports, be sure
|
|
# to also update files/CHANGES.OpenBSD for your change. This is a
|
|
# requirement of the PSF license, if it constitutes a change to
|
|
# Python itself.
|
|
|
|
FULL_VERSION = 3.9.18
|
|
SHARED_LIBS = python3.9 0.0
|
|
VERSION_SPEC = >=3.9,<3.10
|
|
PORTROACH = limit:^3\.9
|
|
|
|
.include <bsd.port.mk>
|