[150833] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jul 29 13:18:51 PDT 2016


Revision: 150833
          https://trac.macports.org/changeset/150833
Author:   devans at macports.org
Date:     2016-07-29 13:18:51 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-text-simpletable-autowidth: new port, simple ASCII tables with auto-width selection.

Added Paths:
-----------
    trunk/dports/perl/p5-text-simpletable-autowidth/
    trunk/dports/perl/p5-text-simpletable-autowidth/Portfile

Added: trunk/dports/perl/p5-text-simpletable-autowidth/Portfile
===================================================================
--- trunk/dports/perl/p5-text-simpletable-autowidth/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-text-simpletable-autowidth/Portfile	2016-07-29 20:18:51 UTC (rev 150833)
@@ -0,0 +1,25 @@
+# -*- 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
+
+perl5.branches      5.22 5.24
+perl5.setup         Text-SimpleTable-AutoWidth 0.09
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Text::SimpleTable::AutoWidth - Simple eyecandy ASCII tables with auto-width selection
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  5e7666d4eef7c42f164462ce2e6925fcfd1e78bc \
+                    sha256  1c176e8e1c01bbe86a7f3acde4473f0f034d410050246f2eba4cf68a08daf643
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-moo \
+                    port:p${perl5.major}-text-simpletable
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-text-simpletable-autowidth/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160729/25247c4e/attachment-0001.html>


More information about the macports-changes mailing list