[133026] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 17 20:35:30 PST 2015


Revision: 133026
          https://trac.macports.org/changeset/133026
Author:   devans at macports.org
Date:     2015-02-17 20:35:29 -0800 (Tue, 17 Feb 2015)
Log Message:
-----------
p5-chi: new port, unified cache handling interface (CHI).

Added Paths:
-----------
    trunk/dports/perl/p5-chi/
    trunk/dports/perl/p5-chi/Portfile

Added: trunk/dports/perl/p5-chi/Portfile
===================================================================
--- trunk/dports/perl/p5-chi/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-chi/Portfile	2015-02-18 04:35:29 UTC (rev 133026)
@@ -0,0 +1,46 @@
+# -*- 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         CHI 0.59
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         CHI - Unified cache handling interface
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  8b645f378a4ea5bdb6fc6275afc908f59ced7a3d \
+                    sha256  b465082ea2ff45fec7f2e34d8e7141464f7be05567e9e9a0c0bc0beb4b882056
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-class \
+                    port:p${perl5.major}-test-deep \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-test-warn \
+                    port:p${perl5.major}-timedate
+
+    depends_lib-append \
+                    port:p${perl5.major}-carp-assert \
+                    port:p${perl5.major}-class-load \
+                    port:p${perl5.major}-data-uuid \
+                    port:p${perl5.major}-digest-jhash \
+                    port:p${perl5.major}-hash-moreutils \
+                    port:p${perl5.major}-json \
+                    port:p${perl5.major}-list-moreutils \
+                    port:p${perl5.major}-log-any \
+                    port:p${perl5.major}-moo \
+                    port:p${perl5.major}-moox-types-mooselike \
+                    port:p${perl5.major}-moox-types-mooselike-numeric \
+                    port:p${perl5.major}-string-rewriteprefix \
+                    port:p${perl5.major}-task-weaken \
+                    port:p${perl5.major}-time-duration \
+                    port:p${perl5.major}-time-duration-parse \
+                    port:p${perl5.major}-try-tiny
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-chi/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/20150217/b0b94220/attachment.html>


More information about the macports-changes mailing list