# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem	1.0
PortGroup	perl5 1.0
perl5.setup	Net-SSH-Perl 1.34
maintainers	nomaintainer
description	pure perl SSH interface
long_description	${description} 	
platforms	darwin
checksums   md5     5b6d60e459707058e856c45c30e96e53 \
            sha1    9e69f32f03d40f92948e4fd9a8c7531df261bec7 \
            rmd160  e237a0368548e8a8370c70a930811524ad6a6e17

# 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

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
