fa1ac962b6
Switch to python3 (only consumer is news/sabnzbd, which uses python3). Also add quirk for retirement of python2 version.
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# $OpenBSD: Makefile,v 1.34 2020/08/01 19:07:19 bket Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += aub
|
|
SUBDIR += leafnode
|
|
SUBDIR += multimail
|
|
SUBDIR += nn
|
|
SUBDIR += nzbget
|
|
SUBDIR += p5-Gateway
|
|
SUBDIR += p5-News-Article
|
|
SUBDIR += p5-News-Newsrc
|
|
SUBDIR += pan
|
|
SUBDIR += py-sabyenc,python3
|
|
SUBDIR += py-yenc
|
|
SUBDIR += sabnzbd
|
|
SUBDIR += slrn
|
|
SUBDIR += tin
|
|
SUBDIR += trn
|
|
SUBDIR += ubh
|
|
SUBDIR += yencode
|
|
|
|
.include <bsd.port.subdir.mk>
|