2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/12/03 11:45:42 ajacoutot 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
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 1
|
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
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
LIB_DEPENDS = security/libssh2
|
2008-06-07 18:50:12 -04:00
|
|
|
|
2010-11-11 11:27:54 -05:00
|
|
|
WANTLIB += crypto ssl z ssh2
|
2010-08-24 04:08:40 -04:00
|
|
|
|
2008-06-07 18:50:12 -04:00
|
|
|
.include <bsd.port.mk>
|