2014-12-16 10:05:40 +00:00
|
|
|
# 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.
|
2011-04-24 09:31:44 +00:00
|
|
|
|
2022-01-23 21:32:07 +00:00
|
|
|
FULL_VERSION = 2.7.18
|
2011-04-24 09:31:44 +00:00
|
|
|
SHARED_LIBS = python2.7 0.0
|
2011-09-27 21:27:36 +00:00
|
|
|
VERSION_SPEC = >=2.7,<2.8
|
2022-03-28 15:48:24 +00:00
|
|
|
PORTROACH = limit:^2\.7
|
2011-04-24 09:31:44 +00:00
|
|
|
|
2026-06-15 20:32:25 +00:00
|
|
|
REVISION-main = 15
|
2021-09-01 17:41:47 +00:00
|
|
|
REVISION-idle = 1
|
|
|
|
|
REVISION-tests = 1
|
|
|
|
|
REVISION-bsddb = 0
|
|
|
|
|
REVISION-gdbm = 0
|
2022-06-09 14:49:29 +00:00
|
|
|
REVISION-tkinter = 1
|
2021-09-01 17:41:47 +00:00
|
|
|
REVISION-tools = 0
|
2020-04-24 11:01:26 +00:00
|
|
|
|
2024-12-21 11:32:44 +00:00
|
|
|
AUTOCONF_VERSION = 2.69
|
2022-03-28 15:48:24 +00:00
|
|
|
CONFIGURE_ARGS += --with-ensurepip=no
|
|
|
|
|
CONFIGURE_ENV += ac_cv_opt_olimit_ok=no
|
2015-09-18 21:49:09 +00:00
|
|
|
|
2011-04-24 09:31:44 +00:00
|
|
|
.include <bsd.port.mk>
|