Ticket #23895: Portfile

File Portfile, 676 bytes (added by mni@…, 14 years ago)

Portfile

Line 
1# $Id$
2PortSystem        1.0
3PortGroup         perl5 1.0
4
5perl5.setup       Net-SSH2 0.28
6maintainers       oaf.dk:mni
7description       Perl module for the SSH 2 protocol via libSSH2.
8long_description  Net::SSH2 is a perl interface to the libssh2 library. \
9                  It supports the SSH2 protocol (there is no support for SSH1) \
10                  with all of the key exchanges, ciphers, and compression of libssh2.
11checksums         md5 5d6a9c4b2256c34819c0d6f3a0163066 \
12                sha1    56ef4dadc652d219490b4e0aa3e6d94bd41507c5 \
13                rmd160  11fc2eaaeffe9105c22b85ce6a3f8b1ef8b64efa
14
15platforms         darwin
16
17depends_lib-append      port:libssh2