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
23 lines
515 B
Makefile
23 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.31 2021/10/25 12:33:20 sthen Exp $
|
|
|
|
COMMENT= PHP bindings for the libssh2 library
|
|
|
|
DISTNAME= ssh2-1.3
|
|
REVISION= 1
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c crypto ssh2 ssl z
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIB_DEPENDS= security/libssh2
|
|
|
|
# various TEST_SSH2_* can be passed to tests in TEST_ENV (username, host, etc)
|
|
# - see tests/ssh2_test.inc. Needs allow_url_fopen=on and may need sshd ciphers/
|
|
# kex/hmac opening up if you have restrictive settings.
|
|
|
|
.include <bsd.port.mk>
|