1f38d4a13d
pkgsrc change: Switch to use PHP_VERSIONS_INCOMPATIBLE. 1.2 (2019-09-18) - Fix multiple reflection/documentation disparities [PR #29] (Michael Moravec) - Fix PHP7 port. Restored commented reference counting. [Dmitry Stogov] - Updates for php_url structure changes [Daniel Ciochiu] - Make the PR generic for all PHP7 versions [Jan Ehrhardt] - Fix compatibility with PHP 7.3 [Jan Ehrhardt] - Fix config.w32 for compatibility with OpenSSL 1.1.x [Anatol] - Make static inline for php_ssh2_sftp_attr2ssb [Andy Postnikov] - Enable 7.1-7.3 on Travis CI [Andy Postnikov]
21 lines
486 B
Makefile
21 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.16 2021/01/03 07:38:19 taca Exp $
|
|
#
|
|
|
|
MODNAME= ssh2
|
|
PECL_VERSION= 1.2
|
|
CATEGORIES+= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.libssh2.org/
|
|
COMMENT= PHP bindings to the functions of libssh2
|
|
LICENSE= php
|
|
|
|
CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}<1.0
|
|
|
|
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
|
|
|
|
PHP_VERSIONS_INCOMPATIBLE= 56
|
|
|
|
.include "../../security/libssh2/buildlink3.mk"
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|