openbsd-ports/net/p5-Net-SSH2/Makefile
jasper 1cf159400f - update p5-Net-SSH2 to 0.33
maintainer timed-out
2010-08-24 08:08:40 +00:00

23 lines
445 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/08/24 08:08:40 jasper Exp $
SHARED_ONLY = Yes
COMMENT = support for the SSH 2 protocol via libssh2
DISTNAME = Net-SSH2-0.33
CATEGORIES = net
MODULES = cpan
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
LIB_DEPENDS = ssh2::security/libssh2
WANTLIB += crypto ssl z
.include <bsd.port.mk>