Files

24 lines
584 B
Makefile
Raw Permalink Normal View History

# 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
FULL_VERSION = 2.7.18
2011-04-24 09:31:44 +00:00
SHARED_LIBS = python2.7 0.0
VERSION_SPEC = >=2.7,<2.8
PORTROACH = limit:^2\.7
2011-04-24 09:31:44 +00:00
REVISION-main = 15
REVISION-idle = 1
REVISION-tests = 1
REVISION-bsddb = 0
REVISION-gdbm = 0
2022-06-09 14:49:29 +00:00
REVISION-tkinter = 1
REVISION-tools = 0
AUTOCONF_VERSION = 2.69
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>