1874bee7e4
Drop support for php70 before remove it from pkgsrc.
21 lines
486 B
Makefile
21 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.11 2019/01/14 13:06:11 taca Exp $
|
|
#
|
|
|
|
MODNAME= ssh2
|
|
PECL_VERSION= 1.1.2
|
|
CATEGORIES+= security
|
|
|
|
MAINTAINER= fhajny@NetBSD.org
|
|
HOMEPAGE= https://www.libssh2.org/
|
|
COMMENT= PHP bindings to the functions of libssh2
|
|
LICENSE= php
|
|
|
|
CONFLICTS= ${PHP_PKG_PREFIX}-${MODNAME}<1.0
|
|
|
|
PHP_VERSIONS_ACCEPTED= 71 72
|
|
|
|
CONFIGURE_ARGS+= --with-ssh2=${PREFIX}
|
|
|
|
.include "../../security/libssh2/buildlink3.mk"
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|