openbsd-ports/lang/python/Makefile
kmos b0e3d2d064 Add Python 3.8.0 to the tree. The default python3 version will remain
3.7.5 for now, but this will allow easier testing for the eventual
switchover.

Input from landry and sthen

ok sthen
2019-11-07 16:14:09 +00:00

10 lines
143 B
Makefile

# $OpenBSD: Makefile,v 1.71 2019/11/07 16:14:09 kmos Exp $
SUBDIR =
SUBDIR += 2.7
SUBDIR += 3.7
SUBDIR += 3.8
.include <bsd.port.subdir.mk>