# $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Net-SSH-Perl 1.37 license {Artistic-1 GPL} maintainers nomaintainer description pure perl SSH interface long_description ${description} platforms darwin checksums md5 b59dfe68e5809e67b4840ffe7e009b39 \ sha1 805883dba66c79509ff2ae8a44ed462fce7e6285 \ rmd160 db75aa94755142ae97e30899166ebf453b1a62d3 # 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 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-math-gmp \ port:p${perl5.major}-string-crc32 \ port:p${perl5.major}-digest-md5 \ \ port:p${perl5.major}-crypt-dsa \ port:p${perl5.major}-crypt-dh \ port:p${perl5.major}-math-pari \ port:p${perl5.major}-digest-sha1 \ port:p${perl5.major}-digest-hmac \ port:p${perl5.major}-convert-pem \ port:p${perl5.major}-crypt-rsa \ \ port:p${perl5.major}-digest-bubblebabble \ port:p${perl5.major}-crypt-idea supported_archs noarch }