1843c17994
- Fixed bug #63660 php_ssh2_fopen_wrapper_parse_path segfaults - Fixed bug #63855 compilation fails on windows - Fixed bug #64535 php_ssh2_sftp_dirstream_read segfault on error - Add reflection API support - Add exit-status support for ssh2 file wrappers - Fixed bug #58893 Unable to request a channel from remote host - Fix segfault when trying to authenticate in servers that do not support authentication (none)
22 lines
508 B
Makefile
22 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/01/16 14:32:56 fhajny Exp $
|
|
#
|
|
|
|
MODNAME= ssh2
|
|
PECL_VERSION= 0.13
|
|
CATEGORIES+= security
|
|
|
|
MAINTAINER= filip@joyent.com
|
|
HOMEPAGE= http://www.libssh2.org/
|
|
COMMENT= PHP bindings to the functions of libssh2
|
|
LICENSE= php
|
|
|
|
CONFLICTS= php-ssh2-[0-9]*
|
|
|
|
PHP_VERSIONS_ACCEPTED= 56
|
|
|
|
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
|
|
#WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION}
|
|
|
|
.include "../../security/libssh2/buildlink3.mk"
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|