[150196] trunk/dports/perl/p5-crypt-openssl-rsa/Portfile

devans at macports.org devans at macports.org
Tue Jul 12 22:09:14 PDT 2016


Revision: 150196
          https://trac.macports.org/changeset/150196
Author:   devans at macports.org
Date:     2016-07-12 22:09:14 -0700 (Tue, 12 Jul 2016)
Log Message:
-----------
p5-crypt-openssl-rsa: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-openssl-rsa/Portfile

Modified: trunk/dports/perl/p5-crypt-openssl-rsa/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-openssl-rsa/Portfile	2016-07-13 05:04:38 UTC (rev 150195)
+++ trunk/dports/perl/p5-crypt-openssl-rsa/Portfile	2016-07-13 05:09:14 UTC (rev 150196)
@@ -1,24 +1,26 @@
+# -*- 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.22 5.24
-perl5.setup		Crypt-OpenSSL-RSA 0.28
-categories-append	security
-license			{Artistic-1 GPL}
-maintainers		yahoo.com:compconsultant
-description		RSA encoding and decoding, using the openSSL libraries
-long_description	Crypt::OpenSSL::RSA provides for decryption, \
-			signatures, and signature verification.a
+perl5.setup         Crypt-OpenSSL-RSA 0.28
+categories-append   security
+license             {Artistic-1 GPL}
+maintainers         yahoo.com:compconsultant
+description         RSA encoding and decoding, using the openSSL libraries
+long_description    Crypt::OpenSSL::RSA provides for decryption, \
+                    signatures, and signature verification.a
 
-homepage		http://search.cpan.org/~iroberts/${distname}
-platforms		darwin
-checksums		md5 86217a5036fc63779c30420b5fd84129 \
-			sha1 9978e5fcac15ea691030181d2d12564fa3902e5e \
-			rmd160 aff5d921deacc73f22351a96af4426c40d698caa
+homepage            http://search.cpan.org/~iroberts/${distname}
+platforms           darwin
+checksums           md5 86217a5036fc63779c30420b5fd84129 \
+                    sha1 9978e5fcac15ea691030181d2d12564fa3902e5e \
+                    rmd160 aff5d921deacc73f22351a96af4426c40d698caa
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-crypt-openssl-random \
-			port:p${perl5.major}-crypt-openssl-bignum
+    depends_lib-append \
+                    port:p${perl5.major}-crypt-openssl-random \
+                    port:p${perl5.major}-crypt-openssl-bignum
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160712/21df951a/attachment.html>


More information about the macports-changes mailing list