[150820] trunk/dports/perl
devans at macports.org
devans at macports.org
Fri Jul 29 13:07:02 PDT 2016
Revision: 150820
https://trac.macports.org/changeset/150820
Author: devans at macports.org
Date: 2016-07-29 13:07:02 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-data-printer: new port, colored pretty-print of Perl data structures and objects.
Added Paths:
-----------
trunk/dports/perl/p5-data-printer/
trunk/dports/perl/p5-data-printer/Portfile
Added: trunk/dports/perl/p5-data-printer/Portfile
===================================================================
--- trunk/dports/perl/p5-data-printer/Portfile (rev 0)
+++ trunk/dports/perl/p5-data-printer/Portfile 2016-07-29 20:07:02 UTC (rev 150820)
@@ -0,0 +1,32 @@
+# -*- 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-Printer 0.38
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Data::Printer - colored pretty-print of Perl data structures and objects
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 5c45806c36819ee0080d996f23d9f7010b5477db \
+ sha256 b1a291c69927ec97b6d8572dcf214c21cb654b1060a47cff511e9c232bf89dd3
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-capture-tiny \
+ port:p${perl5.major}-dbi \
+ port:p${perl5.major}-yaml-syck
+
+ depends_lib-append \
+ port:p${perl5.major}-clone-pp \
+ port:p${perl5.major}-file-homedir \
+ port:p${perl5.major}-package-stash \
+ port:p${perl5.major}-sort-naturally
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-data-printer/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/20160729/9ef959d1/attachment.html>
More information about the macports-changes
mailing list