[151317] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Aug 12 10:25:24 PDT 2016


Revision: 151317
          https://trac.macports.org/changeset/151317
Author:   devans at macports.org
Date:     2016-08-12 10:25:24 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
p5-data-dumper-names: new port, dump variables with names.

Added Paths:
-----------
    trunk/dports/perl/p5-data-dumper-names/
    trunk/dports/perl/p5-data-dumper-names/Portfile

Added: trunk/dports/perl/p5-data-dumper-names/Portfile
===================================================================
--- trunk/dports/perl/p5-data-dumper-names/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-data-dumper-names/Portfile	2016-08-12 17:25:24 UTC (rev 151317)
@@ -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         Data-Dumper-Names 0.03
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Data::Dumper::Names - Dump variables with names (no source filter)
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  0f1393068306f3609a148825f1862f9154f5a0ba \
+                    sha256  1bbc8893da69f2502483d9e5e2556494b2589d7595729a79c63689c6e1b17a87
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-padwalker
+
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-data-dumper-names/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/20160812/0d53d83d/attachment-0001.html>


More information about the macports-changes mailing list