Ticket #43033: Portfile

File Portfile, 781 bytes (added by jul_bsd@…, 10 years ago)
Line 
1PortSystem          1.0
2PortGroup           perl5 1.0
3
4perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
5## http://search.cpan.org/~salva/Net-OpenSSH/lib/Net/OpenSSH.pm
6##      "Module Version: 0.60   Source   Latest Release: Net-OpenSSH-0.61_15"
7#perl5.setup         Net-OpenSSH 0.61_15
8perl5.setup         Net-OpenSSH 0.60
9revision            0
10license             {Artistic-1 GPL}
11maintainers         nomaintainer
12description         Perl SSH client package implemented on top of OpenSSH
13long_description    ${description}
14
15platforms           darwin
16supported_archs     noarch
17
18## 0.60
19checksums           rmd160  67ee10b876aa3864e7ba3227a97d22452eb3d272 \
20                    sha256  c3034cfa8577d314364c9ff2d3ed8a5f5ec7b47d4c134818ab72cc6dce2a29af
21
22#depends_lib         port:carp
23