[129804] trunk/dports/perl/p5-data-ical/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Dec 20 14:29:37 PST 2014


Revision: 129804
          https://trac.macports.org/changeset/129804
Author:   khindenburg at macports.org
Date:     2014-12-20 14:29:37 -0800 (Sat, 20 Dec 2014)
Log Message:
-----------
p5-data-ical: add modeline + whitespace

Modified Paths:
--------------
    trunk/dports/perl/p5-data-ical/Portfile

Modified: trunk/dports/perl/p5-data-ical/Portfile
===================================================================
--- trunk/dports/perl/p5-data-ical/Portfile	2014-12-20 22:18:57 UTC (rev 129803)
+++ trunk/dports/perl/p5-data-ical/Portfile	2014-12-20 22:29:37 UTC (rev 129804)
@@ -1,29 +1,30 @@
+# -*- 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.10 5.12 5.14 5.16
-perl5.setup           Data-ICal 0.16
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Generates iCalendar (RFC 2445) calendar files
-long_description      ${description}
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Data-ICal 0.16
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Generates iCalendar (RFC 2445) calendar files
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 12430864424a7bfe77e5d62a083f792c \
-                      sha1 deaaa5bba850fc20162e9efc19fd82f99b24293d \
-                      rmd160 27236dc078514f4c63837afdd603b75dcd96319d
+checksums           md5 12430864424a7bfe77e5d62a083f792c \
+                    sha1 deaaa5bba850fc20162e9efc19fd82f99b24293d \
+                    rmd160 27236dc078514f4c63837afdd603b75dcd96319d
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-test-longstring \
-                      port:p${perl5.major}-test-nowarnings \
-                      port:p${perl5.major}-test-warn \
-                      port:p${perl5.major}-class-accessor \
-                      port:p${perl5.major}-class-returnvalue \
-                      port:p${perl5.major}-text-vfile-asdata
+depends_lib-append  port:p${perl5.major}-test-longstring \
+                    port:p${perl5.major}-test-nowarnings \
+                    port:p${perl5.major}-test-warn \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-class-returnvalue \
+                    port:p${perl5.major}-text-vfile-asdata
 
 supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141220/b03be98a/attachment.html>


More information about the macports-changes mailing list