2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:35:53 espie Exp $
|
2008-06-07 18:50:12 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = support for the SSH 2 protocol via libssh2
|
|
|
|
|
2010-08-24 04:08:40 -04:00
|
|
|
DISTNAME = Net-SSH2-0.33
|
2012-08-23 11:50:05 -04:00
|
|
|
REVISION= 2
|
2008-06-07 18:50:12 -04:00
|
|
|
CATEGORIES = net
|
|
|
|
MODULES = cpan
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2008-06-07 18:50:12 -04:00
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-08-23 11:50:05 -04:00
|
|
|
WANTLIB += c crypto ssl z ssh2
|
2008-06-07 18:50:12 -04:00
|
|
|
|
2012-08-23 11:50:05 -04:00
|
|
|
LIB_DEPENDS = security/libssh2
|
2010-08-24 04:08:40 -04:00
|
|
|
|
2008-06-07 18:50:12 -04:00
|
|
|
.include <bsd.port.mk>
|