openbsd-ports/net/p5-Net-SSH-Perl/Makefile

37 lines
807 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2011/07/10 16:50:37 jasper Exp $
COMMENT= perl implementation of the SSH1 and SSH2 protocols
MODULES= cpan
DISTNAME= Net-SSH-Perl-1.34
CATEGORIES= net security
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
# SSHv1
2010-11-19 17:31:32 -05:00
RUN_DEPENDS= devel/p5-String-CRC32 \
math/p5-Math-GMP
# SSHv2
2010-11-19 17:31:32 -05:00
RUN_DEPENDS+= converters/p5-Convert-PEM \
math/p5-Math-Pari \
2010-11-19 17:31:32 -05:00
security/p5-Crypt-DH \
security/p5-Crypt-DSA \
security/p5-Crypt-RSA \
security/p5-Digest-BubbleBabble \
security/p5-Digest-HMAC \
security/p5-Digest-SHA1>=2.10
# 03-packet.t just hangs in test 2, known since early 2004
NO_REGRESS= Yes
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= eg
.include <bsd.port.mk>