# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem	1.0
PortGroup	perl5 1.0
perl5.setup	Net-SSH-Perl 1.30
maintainers	uoregon.edu:tkay
description	pure perl SSH interface
long_description	${description} 	
platforms	darwin
checksums   md5 063f3dc93a4fe6108b068b6d6097992d

# The first block has modules required for SSH v1
# The second adds modules for SSH v2
# The third adds optional modules for bubble babble fingerprints & RSA key files in SSH2

depends_lib-append \
               port:p5-math-gmp \
               port:p5-string-crc32 \
               port:p5-digest-md5 \
\
               port:p5-crypt-dsa \
               port:p5-crypt-dh \
               port:p5-math-pari \
               port:p5-digest-sha1 \
               port:p5-digest-hmac \
               port:p5-convert-pem \
               port:p5-crypt-rsa \
\
               port:p5-digest-bubblebabble \
               port:p5-crypt-idea
