[151498] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Aug 16 22:25:28 PDT 2016


Revision: 151498
          https://trac.macports.org/changeset/151498
Author:   devans at macports.org
Date:     2016-08-16 22:25:28 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
p5-devel-mat: new port, perl memory analysis tool.

Added Paths:
-----------
    trunk/dports/perl/p5-devel-mat/
    trunk/dports/perl/p5-devel-mat/Portfile

Added: trunk/dports/perl/p5-devel-mat/Portfile
===================================================================
--- trunk/dports/perl/p5-devel-mat/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-devel-mat/Portfile	2016-08-17 05:25:28 UTC (rev 151498)
@@ -0,0 +1,30 @@
+# -*- 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         Devel-MAT 0.24
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Devel::MAT - Perl Memory Analysis Tool
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  04ab890f14a9cd96799ab6141193dd934ddae419 \
+                    sha256  0e7940f2d4af88213d94e45cf067e2139e1cdd4cbfbb915790d4c6603d3a0a3a
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-identity
+
+    depends_lib-append \
+                    port:p${perl5.major}-file-sharedir \
+                    port:p${perl5.major}-list-utilsby \
+                    port:p${perl5.major}-module-pluggable \
+                    port:p${perl5.major}-struct-dumb
+
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-devel-mat/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/20160816/f18175ad/attachment.html>


More information about the macports-changes mailing list