[144379] trunk/dports/perl/p5-date-holidays-de/Portfile

devans at macports.org devans at macports.org
Wed Jan 6 23:01:59 PST 2016


Revision: 144379
          https://trac.macports.org/changeset/144379
Author:   devans at macports.org
Date:     2016-01-06 23:01:59 -0800 (Wed, 06 Jan 2016)
Log Message:
-----------
p5-date-holidays-de: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-date-holidays-de/Portfile

Modified: trunk/dports/perl/p5-date-holidays-de/Portfile
===================================================================
--- trunk/dports/perl/p5-date-holidays-de/Portfile	2016-01-07 06:59:28 UTC (rev 144378)
+++ trunk/dports/perl/p5-date-holidays-de/Portfile	2016-01-07 07:01:59 UTC (rev 144379)
@@ -1,28 +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.16 5.18 5.20 5.22
-perl5.setup		Date-Holidays-DE 1.6
-license			ISC
-maintainers		nomaintainer
-description		Perl Module to get German holidays
-long_description	This module creates a list of German holidays in a \
-			given year.  It knows about special holiday regulations\
-			for all of Germany's federal states and also about \
-			"semi-holidays" that will be treated as holidays on \
-			request.  Holidays that occur on weekends can be \
-			excluded from the generated list.  The generated list \
-			can be freely formatted using regular strftime() \
-			format definitions.
+perl5.setup         Date-Holidays-DE 1.6
+license             ISC
+maintainers         nomaintainer
+description         Perl Module to get German holidays
+long_description    This module creates a list of German holidays in a \
+                    given year.  It knows about special holiday regulations\
+                    for all of Germany's federal states and also about \
+                    "semi-holidays" that will be treated as holidays on \
+                    request.  Holidays that occur on weekends can be \
+                    excluded from the generated list.  The generated list \
+                    can be freely formatted using regular strftime() \
+                    format definitions.
 
-checksums		md5 5aa84649123a5a0ce5342030658f00c5 \
-			sha1 5091f823aecc13710f82d6cf5b6cb416b8fff9c1
+platforms           darwin
 
+checksums           md5 5aa84649123a5a0ce5342030658f00c5 \
+                    sha1 5091f823aecc13710f82d6cf5b6cb416b8fff9c1
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-date-calc
+    depends_lib-append \
+                    port:p${perl5.major}-date-calc
+    supported_archs noarch
 }
-platforms		darwin
-
-supported_archs noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160106/d6c88ff4/attachment.html>


More information about the macports-changes mailing list