security support it appears this is not really the case any more https://bugs.php.net/bug.php?id=81026 add @pkgpaths to merge pecl-* etc across mark www/syweb broken, it was marked 7.3-only so looks like it needs more work other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
21 lines
337 B
Makefile
21 lines
337 B
Makefile
# $OpenBSD: Makefile,v 1.30 2021/10/25 12:33:19 sthen Exp $
|
|
|
|
COMMENT= PHP support for chroot(2)
|
|
|
|
DISTNAME= pecl-chroot-1.0
|
|
REVISION= 17
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
# not really PECL but close enough
|
|
MODULES= lang/php/pecl
|
|
FLAVORS= php73 php74
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|