2016-10-19 16:50:26 +02:00
|
|
|
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libssh2
|
2019-09-21 10:56:20 +02:00
|
|
|
PORTVERSION= 1.8.0
|
|
|
|
DISTVERSIONSUFFIX= -3.el7
|
2016-10-19 16:50:26 +02:00
|
|
|
CATEGORIES= security linux
|
|
|
|
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
|
|
COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
|
|
|
|
USES= linux:c7
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_LINUX_RPM= yes
|
|
|
|
|
2019-06-08 17:59:46 +02:00
|
|
|
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-10-19 16:50:26 +02:00
|
|
|
.include <bsd.port.mk>
|