[129994] trunk/dports/perl

mojca at macports.org mojca at macports.org
Wed Dec 24 02:12:48 PST 2014


Revision: 129994
          https://trac.macports.org/changeset/129994
Author:   mojca at macports.org
Date:     2014-12-24 02:12:48 -0800 (Wed, 24 Dec 2014)
Log Message:
-----------
p5-text-table: new port (#43047)

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

Added: trunk/dports/perl/p5-text-table/Portfile
===================================================================
--- trunk/dports/perl/p5-text-table/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-text-table/Portfile	2014-12-24 10:12:48 UTC (rev 129994)
@@ -0,0 +1,23 @@
+# -*- 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.16 5.18 5.20
+perl5.setup         Text-Table 1.130
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Organize Data in Tables
+long_description    ${description}
+
+platforms           darwin
+supported_archs     noarch
+
+checksums           rmd160  002eeb7e7d2cc4810e82fb6e931fdc7e52e47f50 \
+                    sha256  b2dc3e962ae247ed5cbc130db1dadb5f4a5f89d7fbf1feda10390d33d1d88809
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-text-aligner
+}


Property changes on: trunk/dports/perl/p5-text-table/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/20141224/9976a3be/attachment.html>


More information about the macports-changes mailing list