net-mgmt/klg: remove supoprt for PHP 5.6

This commit is contained in:
Rene Ladan 2019-01-01 13:24:16 +00:00
parent 60d4a18276
commit 1a902ecbc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488886

View file

@ -37,11 +37,7 @@ SSH2_DESC= SSH2 support for router access
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MSSH2}
. if ${PHP_VER} < 70
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2-0@${PHP_FLAVOR}
. else
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2@${PHP_FLAVOR}
. endif
.endif
do-install: