Makefile 469 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.16 2017/04/08 04:29:56 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.4
  7. PATCHLEVEL = .6
  8. SHARED_LIBS = python3.4m 1.0
  9. VERSION_SPEC = >=3.4,<3.5
  10. CONFIGURE_ARGS += --with-ensurepip=no
  11. PORTROACH = limit:^3\.4
  12. .include <bsd.port.mk>