Makefile 497 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.3 2017/04/05 07:00:37 rpointel Exp $
  2. # IMPORTANT! If you make any changes to the Python ports, be sure
  3. # to also update files/CHANGES.OpenBSD for your change. This is a
  4. # requirement of the PSF license, if it constitutes a change to
  5. # Python itself.
  6. VERSION = 3.6
  7. PATCHLEVEL = .1
  8. SHARED_LIBS = python3.6m 0.0
  9. VERSION_SPEC = >=3.6,<3.7
  10. CONFIGURE_ARGS += --with-ensurepip=no
  11. CONFIGURE_STYLE = autoconf
  12. PORTROACH = limit:^3\.6
  13. .include <bsd.port.mk>