[151127] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Aug 7 15:34:42 PDT 2016


Revision: 151127
          https://trac.macports.org/changeset/151127
Author:   devans at macports.org
Date:     2016-08-07 15:34:42 -0700 (Sun, 07 Aug 2016)
Log Message:
-----------
p5-treepath-role-graph: new port, a role to visualize a TreePath graph.

Added Paths:
-----------
    trunk/dports/perl/p5-treepath-role-graph/
    trunk/dports/perl/p5-treepath-role-graph/Portfile

Added: trunk/dports/perl/p5-treepath-role-graph/Portfile
===================================================================
--- trunk/dports/perl/p5-treepath-role-graph/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-treepath-role-graph/Portfile	2016-08-07 22:34:42 UTC (rev 151127)
@@ -0,0 +1,29 @@
+# -*- 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         TreePath-Role-Graph 0.07 ../by-authors/id/D/DA/DAB
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         TreePath::Role::Graph - Role to visualize TreePath Graph
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  cb7266853d15cadbc9b6d64752f081cb14e68b27 \
+                    sha256  d72ea04afa08c02d844f42cfcad10e674292a04e9861a7fdf435af1b7668eced
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-most
+
+    depends_lib-append \
+                    port:p${perl5.major}-graphviz2 \
+                    port:p${perl5.major}-moosex-types-path-class \
+                    port:p${perl5.major}-treepath
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-treepath-role-graph/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/20160807/244df704/attachment.html>


More information about the macports-changes mailing list