[131038] trunk/dports/perl/p5-crypt-openpgp/Portfile

devans at macports.org devans at macports.org
Mon Jan 5 02:34:08 PST 2015


Revision: 131038
          https://trac.macports.org/changeset/131038
Author:   devans at macports.org
Date:     2015-01-05 02:34:07 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-crypt-openpgp: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-openpgp/Portfile

Modified: trunk/dports/perl/p5-crypt-openpgp/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-openpgp/Portfile	2015-01-05 10:32:47 UTC (rev 131037)
+++ trunk/dports/perl/p5-crypt-openpgp/Portfile	2015-01-05 10:34:07 UTC (rev 131038)
@@ -1,37 +1,39 @@
+# -*- 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
-perl5.setup			Crypt-OpenPGP 1.06
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Pure-Perl OpenPGP implementation
-long_description	Crypt::OpenPGP is a pure-Perl implementation of \
-					the OpenPGP standard.] In addition to support \
-					for the standard itself, Crypt::OpenPGP claims \
-					compatibility with many other PGP implementations, \
-					both those that support the standard and those \
-					that preceded it.
+perl5.setup         Crypt-OpenPGP 1.06
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Pure-Perl OpenPGP implementation
+long_description    Crypt::OpenPGP is a pure-Perl implementation of \
+                    the OpenPGP standard.] In addition to support \
+                    for the standard itself, Crypt::OpenPGP claims \
+                    compatibility with many other PGP implementations, \
+                    both those that support the standard and those \
+                    that preceded it.
 
 checksums           rmd160 2b0a3115acfe64428333659bbc99fe9d69b1a986 \
                     sha256 3155430644bfe2d1798d9693ca0760aa66a24782bdb0323c33afe176ac5aa394
 
-platforms			darwin
-supported_archs		noarch
+platforms           darwin
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-depends_lib-append			port:p${perl5.major}-crypt-dsa \
-					port:p${perl5.major}-crypt-blowfish \
-					port:p${perl5.major}-crypt-CAST5 \
-					port:p${perl5.major}-crypt-DES \
-					port:p${perl5.major}-crypt-IDEA \
-					port:p${perl5.major}-crypt-RIPEMD160 \
-					port:p${perl5.major}-crypt-Rijndael \
-					port:p${perl5.major}-crypt-RSA \
-					port:p${perl5.major}-crypt-Twofish \
-					port:p${perl5.major}-file-homedir \
-					port:p${perl5.major}-libwww-perl \
-					port:p${perl5.major}-uri
+    depends_lib-append \
+                    port:p${perl5.major}-crypt-dsa \
+                    port:p${perl5.major}-crypt-blowfish \
+                    port:p${perl5.major}-crypt-CAST5 \
+                    port:p${perl5.major}-crypt-DES \
+                    port:p${perl5.major}-crypt-IDEA \
+                    port:p${perl5.major}-crypt-RIPEMD160 \
+                    port:p${perl5.major}-crypt-Rijndael \
+                    port:p${perl5.major}-crypt-RSA \
+                    port:p${perl5.major}-crypt-Twofish \
+                    port:p${perl5.major}-file-homedir \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-uri
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/da29e754/attachment.html>


More information about the macports-changes mailing list