Makefile 497 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.13 2017/04/05 11:43:23 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.5
  7. PATCHLEVEL = .3
  8. SHARED_LIBS = python3.5m 0.0
  9. VERSION_SPEC = >=3.5,<3.6
  10. CONFIGURE_ARGS += --with-ensurepip=no
  11. CONFIGURE_STYLE = autoconf
  12. PORTROACH = limit:^3\.5
  13. .include <bsd.port.mk>