[128406] trunk/dports/perl/p5-email-send/Portfile

devans at macports.org devans at macports.org
Thu Nov 20 12:25:30 PST 2014


Revision: 128406
          https://trac.macports.org/changeset/128406
Author:   devans at macports.org
Date:     2014-11-20 12:25:30 -0800 (Thu, 20 Nov 2014)
Log Message:
-----------
p5-email-send: add mode line and retab, white space only.

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

Modified: trunk/dports/perl/p5-email-send/Portfile
===================================================================
--- trunk/dports/perl/p5-email-send/Portfile	2014-11-20 20:14:59 UTC (rev 128405)
+++ trunk/dports/perl/p5-email-send/Portfile	2014-11-20 20:25:30 UTC (rev 128406)
@@ -1,30 +1,32 @@
+# -*- 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-Send 2.192
+perl5.setup         Email-Send 2.192
 revision            3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			This module provides a very simple, very clean, \
-					very specific interface to multiple Email mailers.
-long_description	This module provides a very simple, very clean, \
-					very specific interface to multiple Email mailers. \
-					The goal of this software is to be small and simple, \
-					easy to use, and easy to extend.
-platforms			darwin
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         This module provides a very simple, very clean, \
+                    very specific interface to multiple Email mailers.
+long_description    This module provides a very simple, very clean, \
+                    very specific interface to multiple Email mailers. \
+                    The goal of this software is to be small and simple, \
+                    easy to use, and easy to extend.
+platforms           darwin
 
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-email-address	\
-					port:p${perl5.major}-email-simple		\
-					port:p${perl5.major}-module-pluggable	\
-					port:p${perl5.major}-return-value
+    depends_lib-append \
+                    port:p${perl5.major}-email-address  \
+                    port:p${perl5.major}-email-simple       \
+                    port:p${perl5.major}-module-pluggable   \
+                    port:p${perl5.major}-return-value
 
-checksums           md5     8886661fb52440dbd758e2601672a6b9 \
+    checksums       md5     8886661fb52440dbd758e2601672a6b9 \
                     sha1    782bf0408f68d7fcb1e9a267a3db9333f0cf312c \
                     rmd160  7bc2dfcf9a00a3e649e7c17c80a7076e4fc53b6d
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141120/727fa8ce/attachment.html>


More information about the macports-changes mailing list