[152800] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Sep 18 14:33:26 PDT 2016


Revision: 152800
          https://trac.macports.org/changeset/152800
Author:   devans at macports.org
Date:     2016-09-18 14:33:26 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
p5-params-validationcompiler: new port, build an optimized subroutine parameter validator once, use it forever.

Added Paths:
-----------
    trunk/dports/perl/p5-params-validationcompiler/
    trunk/dports/perl/p5-params-validationcompiler/Portfile

Added: trunk/dports/perl/p5-params-validationcompiler/Portfile
===================================================================
--- trunk/dports/perl/p5-params-validationcompiler/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-params-validationcompiler/Portfile	2016-09-18 21:33:26 UTC (rev 152800)
@@ -0,0 +1,33 @@
+# -*- 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         Params-ValidationCompiler 0.13
+license             Artistic-2
+maintainers         devans openmaintainer
+description         Params::ValidationCompiler - Build an optimized subroutine parameter validator once, use it forever
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  3f87a52aaa19b31fef4a492eb25c369f06a1ea9e \
+                    sha256  c4326f6802ff0041b33b4546231ae64091623e8306f969c64a648d12ae8b7c03
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-specio \
+                    port:p${perl5.major}-test2-suite \
+                    port:p${perl5.major}-test2-plugin-nowarnings \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-test-without-module
+
+    depends_lib-append \
+                    port:p${perl5.major}-eval-closure \
+                    port:p${perl5.major}-exception-class
+
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-params-validationcompiler/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/20160918/fa1c9a8a/attachment.html>


More information about the macports-changes mailing list