[130141] trunk/dports/perl/p5-captcha-recaptcha/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 27 06:51:31 PST 2014


Revision: 130141
          https://trac.macports.org/changeset/130141
Author:   mojca at macports.org
Date:     2014-12-27 06:51:31 -0800 (Sat, 27 Dec 2014)
Log Message:
-----------
p5-captcha-recaptcha: first line and whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-captcha-recaptcha/Portfile

Modified: trunk/dports/perl/p5-captcha-recaptcha/Portfile
===================================================================
--- trunk/dports/perl/p5-captcha-recaptcha/Portfile	2014-12-27 14:49:30 UTC (rev 130140)
+++ trunk/dports/perl/p5-captcha-recaptcha/Portfile	2014-12-27 14:51:31 UTC (rev 130141)
@@ -1,24 +1,25 @@
+# -*- 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
-perl5.setup           Captcha-reCAPTCHA 0.97
-revision              1
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           A Perl implementation of the reCAPTCHA API
-long_description      ${description}
+perl5.setup         Captcha-reCAPTCHA 0.97
+revision            1
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         A Perl implementation of the reCAPTCHA API
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
+supported_archs     noarch
 
-checksums             rmd160  b5eb8384881e0cf92fcda513e64d22f6b1791c11 \
-                      sha256  988b10b1ef89045f153f12fccd0b298fb6a239a54c769ca7ad264a9510f4c289
+checksums           rmd160  b5eb8384881e0cf92fcda513e64d22f6b1791c11 \
+                    sha256  988b10b1ef89045f153f12fccd0b298fb6a239a54c769ca7ad264a9510f4c289
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-html-tiny \
-                          port:p${perl5.major}-libwww-perl
-    
-    supported_archs       noarch
+    depends_lib-append \
+                    port:p${perl5.major}-html-tiny \
+                    port:p${perl5.major}-libwww-perl
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/76ba72d7/attachment.html>


More information about the macports-changes mailing list