1PORTNAME= libssh2 2PORTVERSION= 1.8.0 3DISTVERSIONSUFFIX= -4.el7_9.1 4PORTREVISION= 2 5CATEGORIES= security linux 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER}) 9WWW= https://www.libssh2.org/ 10 11LICENSE= lgpl2.1 12 13SKIP_FAKE_ALL= yes 14 15USES= cpe linux:c7 16USE_LDCONFIG= yes 17USE_LINUX_RPM= yes 18 19CONFLICTS= linux-c6-${PORTNAME} 20DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr 21 22OPTIONS_DEFINE= DOCS 23 24.include <bsd.port.mk> 25