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
24 lines
369 B
Makefile
24 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.8 2021/10/25 12:33:19 sthen Exp $
|
|
|
|
COMMENT= PHP wrapper for pledge(2) and unveil(2)
|
|
|
|
DISTNAME= pledge-2.0.2
|
|
REVISION= 3
|
|
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://github.com/tvlooy/php-pledge
|
|
|
|
MAINTAINER= Tom Van Looy <tom@ctors.net>
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/php/pecl
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|