[132775] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 14:09:19 PST 2015


Revision: 132775
          https://trac.macports.org/changeset/132775
Author:   devans at macports.org
Date:     2015-02-10 14:09:19 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-data-munge: new port, various utility functions.

Added Paths:
-----------
    trunk/dports/perl/p5-data-munge/
    trunk/dports/perl/p5-data-munge/Portfile

Added: trunk/dports/perl/p5-data-munge/Portfile
===================================================================
--- trunk/dports/perl/p5-data-munge/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-data-munge/Portfile	2015-02-10 22:09:19 UTC (rev 132775)
@@ -0,0 +1,24 @@
+# -*- 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         Data-Munge 0.093
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Data::Munge - various utility functions
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  9caafb8ccb323c7e47e1f43679ccbdc1e1fdc7f7 \
+                    sha256  4029d63844f3483c28311fb696e8fcf60d9bd7a617b84bd759c2af86eb4e2688
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-warnings
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-data-munge/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/20150210/e58d13ca/attachment-0001.html>


More information about the macports-changes mailing list