241b722760
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
34 lines
808 B
Makefile
34 lines
808 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/09/15 22:36:57 merdely Exp $
|
|
|
|
COMMENT= perl implementation of the SSH1 and SSH2 protocols
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Net-SSH-Perl-1.30
|
|
CATEGORIES= net security
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
# SSHv1
|
|
RUN_DEPENDS= ::devel/p5-String-CRC32 \
|
|
::math/p5-Math-GMP
|
|
# SSHv2
|
|
RUN_DEPENDS+= ::converters/p5-Convert-PEM \
|
|
::security/p5-Crypt-DH \
|
|
::security/p5-Crypt-DSA \
|
|
::security/p5-Crypt-RSA \
|
|
::security/p5-Digest-BubbleBabble \
|
|
::security/p5-Digest-HMAC \
|
|
:p5-Digest-SHA1->=2.10:security/p5-Digest-SHA1
|
|
|
|
# 03-packet.t just hangs in test 2, known since early 2004
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|