[133027] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 17 20:38:02 PST 2015


Revision: 133027
          https://trac.macports.org/changeset/133027
Author:   devans at macports.org
Date:     2015-02-17 20:38:02 -0800 (Tue, 17 Feb 2015)
Log Message:
-----------
p5-catalyst-plugin-session-store-chi: new port, use CHI to handle storage backend for session data.

Added Paths:
-----------
    trunk/dports/perl/p5-catalyst-plugin-session-store-chi/
    trunk/dports/perl/p5-catalyst-plugin-session-store-chi/Portfile

Added: trunk/dports/perl/p5-catalyst-plugin-session-store-chi/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-session-store-chi/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-catalyst-plugin-session-store-chi/Portfile	2015-02-18 04:38:02 UTC (rev 133027)
@@ -0,0 +1,29 @@
+# -*- 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         Catalyst-Plugin-Session-Store-CHI 0.02
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Catalyst::Plugin::Session::Store::CHI - Use CHI module to handle storage backend for session data.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  3ca5ef03cee0c2cf8b0eaab0a1fb866f4b002d9b \
+                    sha256  c1aed675a9b6353203e9c04b8bc2600422fe376b4b8496e826538cf09b82a375
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-chi \
+                    port:p${perl5.major}-catalyst-plugin-session \
+                    port:p${perl5.major}-class-data-inheritable \
+                    port:p${perl5.major}-mro-compat \
+                    port:p${perl5.major}-path-class
+
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-catalyst-plugin-session-store-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/9df57a52/attachment.html>


More information about the macports-changes mailing list