[128611] trunk/dports/perl/p5-lingua-en-inflect/Portfile

devans at macports.org devans at macports.org
Mon Nov 24 03:10:37 PST 2014


Revision: 128611
          https://trac.macports.org/changeset/128611
Author:   devans at macports.org
Date:     2014-11-24 03:10:37 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-lingua-en-inflect: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-lingua-en-inflect/Portfile

Modified: trunk/dports/perl/p5-lingua-en-inflect/Portfile
===================================================================
--- trunk/dports/perl/p5-lingua-en-inflect/Portfile	2014-11-24 11:09:21 UTC (rev 128610)
+++ trunk/dports/perl/p5-lingua-en-inflect/Portfile	2014-11-24 11:10:37 UTC (rev 128611)
@@ -1,26 +1,28 @@
+# -*- 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           Lingua-EN-Inflect 1.893
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Convert singular to plural. Select a or an
-long_description      The exportable subroutines of Lingua::EN::Inflect \
-                      provide plural inflections, a/an selection for \
-                      English words, and manipulation of numbers as words.
+perl5.setup         Lingua-EN-Inflect 1.893
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Convert singular to plural. Select a or an
+long_description    The exportable subroutines of Lingua::EN::Inflect \
+                    provide plural inflections, a/an selection for \
+                    English words, and manipulation of numbers as words.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 5ce5088c808617851651eb6e278849bb \
-                      sha1 f8835db05b381982d591808622343e2eb1147a24 \
-                      rmd160 2834e55b0d04f0640a51fb4e60bfd0d21edd6731
+checksums           md5 5ce5088c808617851651eb6e278849bb \
+                    sha1 f8835db05b381982d591808622343e2eb1147a24 \
+                    rmd160 2834e55b0d04f0640a51fb4e60bfd0d21edd6731
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-version
+    depends_lib-append \
+                    port:p${perl5.major}-version
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141124/3ef14c09/attachment.html>


More information about the macports-changes mailing list