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
|
|
|
|
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
2010-01-16 15:45:49 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \
|
2005-12-13 00:39:45 +01:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Math/GMP.pm:${PORTSDIR}/math/p5-Math-GMP \
|
|
|
|
${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
|
|
${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
|
|
|
|
${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \
|
2004-12-05 13:19:52 +01:00
|
|
|
${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
|
|
|
|
${SITE_PERL}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \
|
2005-12-13 00:39:45 +01:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \
|
2004-12-05 13:19:52 +01:00
|
|
|
${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble \
|
2005-12-13 00:39:45 +01:00
|
|
|
${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA
|
|
|
|
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
|
|
|
|
|
2007-02-10 15:54:55 +01:00
|
|
|
OPTIONS= GMP "Use the optimized Math::BigInt::GMP backend" on
|
|
|
|
|
2005-12-13 00:39:45 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-12-05 13:19:52 +01:00
|
|
|
|
2007-02-10 15:54:55 +01:00
|
|
|
.if !defined(WITHOUT_GMP)
|
2007-02-10 16:48:06 +01:00
|
|
|
GMP_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Math/BigInt/GMP.pm:${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>
|