sthen eb702ce7fa Rearrange the NGINX Unit port so that modules are built from separate
subdirectories, this simplifies building only those modules that you
want, and makes it possible to build multiple versions of an extension
type. Add the php extension, with FLAVORs for 7.4 and 8.0.
OK with maintainer.
2021-11-19 10:01:02 +00:00

12 lines
227 B
Makefile

# $OpenBSD: Makefile,v 1.5 2021/11/19 10:01:02 sthen Exp $
SUBDIR =
SUBDIR += unit
SUBDIR += unit-perl
SUBDIR += unit-php,php74
SUBDIR += unit-php,php80
SUBDIR += unit-python
SUBDIR += unit-ruby
.include <bsd.port.subdir.mk>