openbsd-ports/net/p5-Net-SSH2/Makefile

22 lines
390 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:35:53 espie Exp $
SHARED_ONLY = Yes
COMMENT = support for the SSH 2 protocol via libssh2
DISTNAME = Net-SSH2-0.33
2012-08-23 11:50:05 -04:00
REVISION= 2
CATEGORIES = net
MODULES = cpan
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
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
2012-08-23 11:50:05 -04:00
LIB_DEPENDS = security/libssh2
.include <bsd.port.mk>