2011-07-10 12:50:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2011/07/10 16:50:37 jasper Exp $
|
2005-02-23 15:14:34 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= perl implementation of the SSH1 and SSH2 protocols
|
2005-02-23 15:14:34 -05:00
|
|
|
|
2007-01-14 15:49:05 -05:00
|
|
|
MODULES= cpan
|
2011-07-10 12:50:37 -04:00
|
|
|
DISTNAME= Net-SSH-Perl-1.34
|
2007-01-14 15:49:05 -05:00
|
|
|
CATEGORIES= net security
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2005-02-23 15:14:34 -05:00
|
|
|
|
2011-07-10 12:50:37 -04:00
|
|
|
# perl
|
2005-02-23 15:14:34 -05:00
|
|
|
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
|
2005-02-23 15:14:34 -05:00
|
|
|
# SSHv2
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS+= converters/p5-Convert-PEM \
|
2011-07-10 12:50:37 -04:00
|
|
|
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
|
2005-02-23 15:14:34 -05:00
|
|
|
|
|
|
|
# 03-packet.t just hangs in test 2, known since early 2004
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2011-07-10 12:50:37 -04:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
MODCPAN_EXAMPLES_DIST= eg
|
|
|
|
|
2005-02-23 15:14:34 -05:00
|
|
|
.include <bsd.port.mk>
|