[152348] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Sep 4 05:55:00 PDT 2016


Revision: 152348
          https://trac.macports.org/changeset/152348
Author:   devans at macports.org
Date:     2016-09-04 05:55:00 -0700 (Sun, 04 Sep 2016)
Log Message:
-----------
p5-text-table-manifold: new port, render tables in manifold formats.

Added Paths:
-----------
    trunk/dports/perl/p5-text-table-manifold/
    trunk/dports/perl/p5-text-table-manifold/Portfile

Added: trunk/dports/perl/p5-text-table-manifold/Portfile
===================================================================
--- trunk/dports/perl/p5-text-table-manifold/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-text-table-manifold/Portfile	2016-09-04 12:55:00 UTC (rev 152348)
@@ -0,0 +1,33 @@
+# -*- 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-Table-Manifold 1.00
+license             Artistic-2
+maintainers         devans openmaintainer
+description         Text::Table::Manifold - Render tables in manifold formats
+long_description    ${description}
+
+platforms           darwin
+
+extract.suffix      .tgz
+
+checksums           rmd160  59c6931b55b96826624876abaafd0ce2749e73bf \
+                    sha256  9cdd19c8f0e1153a60cfd575664f5a41d1df17401cbc1e7b2655938d21808fb3
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-const-exporter \
+                    port:p${perl5.major}-html-entities-interpolate \
+                    port:p${perl5.major}-list-allutils \
+                    port:p${perl5.major}-module-runtime \
+                    port:p${perl5.major}-moo \
+                    port:p${perl5.major}-type-tiny \
+                    port:p${perl5.major}-unicode-linebreak
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-text-table-manifold/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/20160904/617b3bc8/attachment.html>


More information about the macports-changes mailing list