Revision: 140477 https://trac.macports.org/changeset/140477 Author: devans@macports.org Date: 2015-09-19 16:47:22 -0700 (Sat, 19 Sep 2015) Log Message: ----------- p5-net-ssh-perl: add mode line and reformat, white space only. Modified Paths: -------------- trunk/dports/perl/p5-net-ssh-perl/Portfile Modified: trunk/dports/perl/p5-net-ssh-perl/Portfile =================================================================== --- trunk/dports/perl/p5-net-ssh-perl/Portfile 2015-09-19 23:46:24 UTC (rev 140476) +++ trunk/dports/perl/p5-net-ssh-perl/Portfile 2015-09-19 23:47:22 UTC (rev 140477) @@ -1,39 +1,40 @@ +# -*- 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 # $Id$ -PortSystem 1.0 -PortGroup perl5 1.0 +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 +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 \ + 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}-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 + port:p${perl5.major}-digest-bubblebabble \ + port:p${perl5.major}-crypt-idea -supported_archs noarch + supported_archs noarch }