[128398] trunk/dports/perl/p5-email-valid/Portfile

devans at macports.org devans at macports.org
Thu Nov 20 10:54:19 PST 2014


Revision: 128398
          https://trac.macports.org/changeset/128398
Author:   devans at macports.org
Date:     2014-11-20 10:54:19 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
p5-email-valid: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-email-valid/Portfile

Modified: trunk/dports/perl/p5-email-valid/Portfile
===================================================================
--- trunk/dports/perl/p5-email-valid/Portfile	2014-11-20 18:32:59 UTC (rev 128397)
+++ trunk/dports/perl/p5-email-valid/Portfile	2014-11-20 18:54:19 UTC (rev 128398)
@@ -1,25 +1,27 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
-perl5.setup           Email-Valid 0.184
-revision              3
-license               {Artistic GPL}
-maintainers           nomaintainer
-description           Check validity of Internet email addresses
-long_description      This module determines whether an email address is \
-                      well-formed, and optionally, whether a mail host \
-                      exists for the domain.
+perl5.setup         Email-Valid 0.184
+revision            3
+license             {Artistic GPL}
+maintainers         nomaintainer
+description         Check validity of Internet email addresses
+long_description    This module determines whether an email address is \
+                    well-formed, and optionally, whether a mail host \
+                    exists for the domain.
 
-platforms             darwin
+platforms           darwin
 
-checksums             sha1    a6a5810393f34bb9fdcb0afb1c91bc975666ac99 \
-                      rmd160  b78d58f96c1b063c3adf6681827cb986478f0aaf
+checksums           sha1    a6a5810393f34bb9fdcb0afb1c91bc975666ac99 \
+                    rmd160  b78d58f96c1b063c3adf6681827cb986478f0aaf
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-mailtools
+    depends_lib-append \
+                    port:p${perl5.major}-mailtools
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141120/f20717a8/attachment.html>


More information about the macports-changes mailing list