2015-01-21 14:40:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2015/01/21 14:40:10 sthen Exp $
|
2008-06-07 22:50:12 +00:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = support for the SSH 2 protocol via libssh2
|
|
|
|
|
2014-11-17 17:20:58 +00:00
|
|
|
DISTNAME = Net-SSH2-0.53
|
2008-06-07 22:50:12 +00:00
|
|
|
CATEGORIES = net
|
|
|
|
MODULES = cpan
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-08-23 15:50:05 +00:00
|
|
|
WANTLIB += c crypto ssl z ssh2
|
2008-06-07 22:50:12 +00:00
|
|
|
|
2012-08-23 15:50:05 +00:00
|
|
|
LIB_DEPENDS = security/libssh2
|
2010-08-24 08:08:40 +00:00
|
|
|
|
2008-06-07 22:50:12 +00:00
|
|
|
.include <bsd.port.mk>
|