2017-02-20 11:04:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2017/02/20 11:04:27 phessler Exp $
|
2016-12-26 19:40:12 +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.
|
|
|
|
|
|
|
|
VERSION = 3.6
|
|
|
|
PATCHLEVEL = .0
|
2017-02-20 11:04:27 +00:00
|
|
|
REVISION = 0
|
2016-12-26 19:40:12 +00:00
|
|
|
SHARED_LIBS = python3.6m 0.0
|
|
|
|
VERSION_SPEC = >=3.6,<3.7
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += --with-ensurepip=no
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = autoconf
|
|
|
|
|
|
|
|
PORTROACH = limit:^3\.6
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
|