[105705] trunk/dports/perl/p5-package-deprecationmanager/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu May 2 14:11:54 PDT 2013


Revision: 105705
          https://trac.macports.org/changeset/105705
Author:   macsforever2000 at macports.org
Date:     2013-05-02 14:11:54 -0700 (Thu, 02 May 2013)
Log Message:
-----------
p5-package-deprecationmanager: Add mode line. Conform to mode line.

Modified Paths:
--------------
    trunk/dports/perl/p5-package-deprecationmanager/Portfile

Modified: trunk/dports/perl/p5-package-deprecationmanager/Portfile
===================================================================
--- trunk/dports/perl/p5-package-deprecationmanager/Portfile	2013-05-02 21:05:32 UTC (rev 105704)
+++ trunk/dports/perl/p5-package-deprecationmanager/Portfile	2013-05-02 21:11:54 UTC (rev 105705)
@@ -1,27 +1,31 @@
+# -*- 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           Package-DeprecationManager 0.13
-license               Artistic-2
-maintainers           nomaintainer
-description           Manage deprecation warnings for your distribution
-long_description      ${description}
+perl5.setup         Package-DeprecationManager 0.13
 
-platforms             darwin
+license             Artistic-2
+maintainers         nomaintainer
 
+description         Manage deprecation warnings for your distribution
+long_description    ${description}
+
+platforms           darwin
+
 checksums           rmd160  51a5e3ce08cea1a9d3bd19105d9edb8e2da8fc86 \
                     sha256  d1e12143c9a6e9d4f101e43142622ab4894087d42937621e2c7430defbc07b3a
 
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-test-fatal \
-                      port:p${perl5.major}-test-simple \
-                      port:p${perl5.major}-test-requires \
-                      port:p${perl5.major}-list-moreutils \
-                      port:p${perl5.major}-params-util \
-                      port:p${perl5.major}-sub-install
-
-supported_archs       noarch
+    depends_lib-append  port:p${perl5.major}-test-fatal \
+                        port:p${perl5.major}-test-simple \
+                        port:p${perl5.major}-test-requires \
+                        port:p${perl5.major}-list-moreutils \
+                        port:p${perl5.major}-params-util \
+                        port:p${perl5.major}-sub-install
+    
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130502/e1f74311/attachment.html>


More information about the macports-changes mailing list