[133056] trunk/dports/perl

devans at macports.org devans at macports.org
Wed Feb 18 18:38:39 PST 2015


Revision: 133056
          https://trac.macports.org/changeset/133056
Author:   devans at macports.org
Date:     2015-02-18 18:38:39 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
p5-catalyst-action-rest: new port, automated REST method dispatching.

Added Paths:
-----------
    trunk/dports/perl/p5-catalyst-action-rest/
    trunk/dports/perl/p5-catalyst-action-rest/Portfile

Added: trunk/dports/perl/p5-catalyst-action-rest/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-action-rest/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-catalyst-action-rest/Portfile	2015-02-19 02:38:39 UTC (rev 133056)
@@ -0,0 +1,37 @@
+# -*- 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-Action-REST 1.19
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Catalyst::Action::REST - Automated REST Method Dispatching
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  245a458ecbf3f425cff35288388052ff75cf195e \
+                    sha256  0d8b788d8c13fcbabb8f74556ed81915cbdd6e5e896ff472bee32831d2323c62
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-test-requires \
+                    port:p${perl5.major}-yaml-syck
+
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-class-inspector \
+                    port:p${perl5.major}-json-maybexs \
+                    port:p${perl5.major}-mro-compat \
+                    port:p${perl5.major}-module-pluggable \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-namespace-autoclean \
+                    port:p${perl5.major}-params-validate \
+                    port:p${perl5.major}-uri-find
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-catalyst-action-rest/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/20150218/72ebed96/attachment.html>


More information about the macports-changes mailing list