[150181] trunk/dports/perl/p5-text-aspell/Portfile

devans at macports.org devans at macports.org
Tue Jul 12 19:30:08 PDT 2016


Revision: 150181
          https://trac.macports.org/changeset/150181
Author:   devans at macports.org
Date:     2016-07-12 19:30:08 -0700 (Tue, 12 Jul 2016)
Log Message:
-----------
p5-text-aspell: add modeline and reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/perl/p5-text-aspell/Portfile

Modified: trunk/dports/perl/p5-text-aspell/Portfile
===================================================================
--- trunk/dports/perl/p5-text-aspell/Portfile	2016-07-13 02:24:23 UTC (rev 150180)
+++ trunk/dports/perl/p5-text-aspell/Portfile	2016-07-13 02:30:08 UTC (rev 150181)
@@ -1,20 +1,22 @@
+# -*- 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	Text-Aspell 0.09
+perl5.setup         Text-Aspell 0.09
 revision            1
-license		{Artistic-1 GPL}
-maintainers	nomaintainer
-description	perl interface to GNU aspell.
-long_description	${description} 	
-platforms	darwin
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         perl interface to GNU aspell.
+long_description    ${description}  
+platforms           darwin
 
-checksums   rmd160  f1860460223590f090c819375631e68beeb99870 \
-            sha256  2bea3209f18e273b193e3175a42d269391919e49ab106b6e252395d272182f65
+checksums           rmd160  f1860460223590f090c819375631e68beeb99870 \
+                    sha256  2bea3209f18e273b193e3175a42d269391919e49ab106b6e252395d272182f65
 
 if {${perl5.major} != ""} {
-depends_build port:aspell
+    depends_build-append \
+                    port:aspell
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160712/0de627b8/attachment.html>


More information about the macports-changes mailing list