You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.2 KiB
Tcl
31 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Net-SSH-Perl 2.144 ../../authors/id/B/BD/BDFOY
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Net::SSH::Perl - Perl client Interface to SSH
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 afd1c6b6edbf5bf107440c4e9c2ca63ef04993b7 \
|
|
sha256 2b547bba3336ae324a6a23c4a265e01b9b0d6eeaf7a457205c605387d713e93e \
|
|
size 250931
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-simple
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-crypt-curve25519 \
|
|
port:p${perl5.major}-crypt-idea \
|
|
port:p${perl5.major}-cryptx \
|
|
port:p${perl5.major}-digest-bubblebabble \
|
|
port:p${perl5.major}-file-homedir \
|
|
port:p${perl5.major}-math-gmp \
|
|
port:p${perl5.major}-string-crc32
|
|
}
|