which aren't used as dependencies in ports. many are either old stuff, or things used to provide backports of functionality from newer Python base versions which were used in ports that have already been converted to py3-only.
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.35 2021/10/26 19:52:42 sthen 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 += sabnzbd
|
|
SUBDIR += slrn
|
|
SUBDIR += tin
|
|
SUBDIR += trn
|
|
SUBDIR += ubh
|
|
SUBDIR += yencode
|
|
|
|
.include <bsd.port.subdir.mk>
|