33 lines
716 B
Makefile
Raw Normal View History

2015-09-30 19:06:30 +00:00
# $OpenBSD: Makefile,v 1.18 2015/09/30 19:06:30 benoit Exp $
2015-09-18 07:10:04 +00:00
COMMENT = perl implementation of the SSH1 and SSH2 protocols
2015-09-18 07:10:04 +00:00
MODULES = cpan
2015-09-30 19:06:30 +00:00
DISTNAME = Net-SSH-Perl-1.42
2015-09-18 07:10:04 +00:00
CATEGORIES = net security
# perl
2015-09-18 07:10:04 +00:00
PERMIT_PACKAGE_CDROM = Yes
# SSHv1
2015-09-18 07:10:04 +00:00
RUN_DEPENDS = devel/p5-String-CRC32 \
2010-11-19 22:31:32 +00:00
math/p5-Math-GMP
# SSHv2
2015-09-18 07:10:04 +00:00
RUN_DEPENDS += converters/p5-Convert-PEM \
math/p5-Math-Pari \
2010-11-19 22:31:32 +00:00
security/p5-Crypt-DH \
security/p5-Crypt-DSA \
security/p5-Crypt-RSA \
security/p5-Digest-BubbleBabble \
security/p5-Digest-HMAC \
2015-09-16 07:18:45 +00:00
security/p5-Digest-SHA1>=2.10 \
devel/p5-File-HomeDir
# 03-packet.t just hangs in test 2, known since early 2004
2015-09-18 07:10:04 +00:00
NO_TEST = Yes
2015-09-18 07:10:04 +00:00
MODCPAN_EXAMPLES = Yes
MODCPAN_EXAMPLES_DIST = eg
.include <bsd.port.mk>