2002-03-17 17:38:41 +01:00
|
|
|
# New ports collection makefile for: p5-Net-SSH-Perl
|
|
|
|
# Date created: 15 March 2002
|
|
|
|
# Whom: Jesper Skriver <jesper@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-SSH-Perl
|
2009-02-05 21:26:31 +01:00
|
|
|
PORTVERSION= 1.34
|
2010-01-26 23:30:02 +01:00
|
|
|
PORTREVISION= 2
|
2005-12-13 00:39:45 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-03-17 17:38:41 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-11-05 00:19:11 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 module implements both the SSH1 and SSH2 protocols
|
2002-03-17 17:38:41 +01:00
|
|
|
|
2012-06-05 11:46:27 +02:00
|
|
|
BUILD_DEPENDS= p5-String-CRC32>=0:${PORTSDIR}/devel/p5-String-CRC32 \
|
|
|
|
p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
|
|
|
|
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
|
|
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
|
|
p5-Crypt-DSA>=0:${PORTSDIR}/security/p5-Crypt-DSA \
|
|
|
|
p5-Crypt-DH>=0:${PORTSDIR}/security/p5-Crypt-DH \
|
|
|
|
p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari \
|
|
|
|
p5-Convert-PEM>=0:${PORTSDIR}/converters/p5-Convert-PEM \
|
|
|
|
p5-Crypt-IDEA>=0:${PORTSDIR}/security/p5-Crypt-IDEA \
|
|
|
|
p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \
|
|
|
|
p5-Crypt-RSA>=0:${PORTSDIR}/security/p5-Crypt-RSA
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-03-17 17:38:41 +01:00
|
|
|
|
2005-12-13 00:39:45 +01:00
|
|
|
MAN3= Net::SSH::Perl.3 \
|
|
|
|
Net::SSH::Perl::Agent.3 \
|
|
|
|
Net::SSH::Perl::Auth.3 \
|
|
|
|
Net::SSH::Perl::Auth::KeyboardInt.3 \
|
|
|
|
Net::SSH::Perl::Auth::Password.3 \
|
|
|
|
Net::SSH::Perl::Auth::PublicKey.3 \
|
|
|
|
Net::SSH::Perl::Auth::RSA.3 \
|
|
|
|
Net::SSH::Perl::Auth::Rhosts.3 \
|
|
|
|
Net::SSH::Perl::Auth::Rhosts_RSA.3 \
|
|
|
|
Net::SSH::Perl::AuthMgr.3 \
|
|
|
|
Net::SSH::Perl::Buffer.3 \
|
|
|
|
Net::SSH::Perl::Channel.3 \
|
|
|
|
Net::SSH::Perl::ChannelMgr.3 \
|
|
|
|
Net::SSH::Perl::Cipher.3 \
|
|
|
|
Net::SSH::Perl::Cipher::Blowfish.3 \
|
|
|
|
Net::SSH::Perl::Cipher::CBC.3 \
|
|
|
|
Net::SSH::Perl::Cipher::CFB.3 \
|
|
|
|
Net::SSH::Perl::Cipher::DES.3 \
|
|
|
|
Net::SSH::Perl::Cipher::DES3.3 \
|
|
|
|
Net::SSH::Perl::Cipher::IDEA.3 \
|
|
|
|
Net::SSH::Perl::Cipher::RC4.3 \
|
|
|
|
Net::SSH::Perl::Comp.3 \
|
|
|
|
Net::SSH::Perl::Comp::Zlib.3 \
|
|
|
|
Net::SSH::Perl::Config.3 \
|
|
|
|
Net::SSH::Perl::Constants.3 \
|
2009-01-14 16:54:17 +01:00
|
|
|
Net::SSH::Perl::Handle.3 \
|
2005-12-13 00:39:45 +01:00
|
|
|
Net::SSH::Perl::Kex.3 \
|
|
|
|
Net::SSH::Perl::Kex::DH1.3 \
|
|
|
|
Net::SSH::Perl::Key.3 \
|
|
|
|
Net::SSH::Perl::Key::DSA.3 \
|
|
|
|
Net::SSH::Perl::Key::RSA.3 \
|
|
|
|
Net::SSH::Perl::Key::RSA1.3 \
|
|
|
|
Net::SSH::Perl::Mac.3 \
|
|
|
|
Net::SSH::Perl::Packet.3 \
|
|
|
|
Net::SSH::Perl::SSH1.3 \
|
|
|
|
Net::SSH::Perl::SSH2.3 \
|
2008-10-28 19:02:47 +01:00
|
|
|
Net::SSH::Perl::Subsystem::Client.3 \
|
|
|
|
Net::SSH::Perl::Subsystem::Server.3 \
|
2005-12-13 00:39:45 +01:00
|
|
|
Net::SSH::Perl::Util.3
|
2004-12-05 13:19:52 +01:00
|
|
|
|
2005-12-13 00:39:45 +01:00
|
|
|
CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="1"
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2012-05-31 13:19:32 +02:00
|
|
|
OPTIONS_DEFINE= GMP
|
|
|
|
OPTIONS_DEFAULT= GMP
|
|
|
|
GMP_DESC= Use the optimized Math::BigInt::GMP backend
|
2007-02-10 15:54:55 +01:00
|
|
|
|
2005-12-13 00:39:45 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-12-05 13:19:52 +01:00
|
|
|
|
2012-05-31 13:19:32 +02:00
|
|
|
.if ${PORT_OPTIONS:MGMP}
|
2012-06-05 11:46:27 +02:00
|
|
|
GMP_DEPEND= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
|
2007-02-10 15:54:55 +01:00
|
|
|
BUILD_DEPENDS+= ${GMP_DEPEND}
|
|
|
|
RUN_DEPENDS+= ${GMP_DEPEND}
|
|
|
|
.endif
|
|
|
|
|
2004-12-05 13:19:52 +01:00
|
|
|
.include <bsd.port.post.mk>
|