[150826] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jul 29 13:12:44 PDT 2016


Revision: 150826
          https://trac.macports.org/changeset/150826
Author:   devans at macports.org
Date:     2016-07-29 13:12:44 -0700 (Fri, 29 Jul 2016)
Log Message:
-----------
p5-moox-strictconstructor: new port, make your Moo-based object constructors blow up on unknown attributes.

Added Paths:
-----------
    trunk/dports/perl/p5-moox-strictconstructor/
    trunk/dports/perl/p5-moox-strictconstructor/Portfile

Added: trunk/dports/perl/p5-moox-strictconstructor/Portfile
===================================================================
--- trunk/dports/perl/p5-moox-strictconstructor/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moox-strictconstructor/Portfile	2016-07-29 20:12:44 UTC (rev 150826)
@@ -0,0 +1,32 @@
+# -*- 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         MooX-StrictConstructor 0.008
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         MooX::StrictConstructor - Make your Moo-based object constructors blow up on unknown attributes.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  80d942941e1d385a1a28afd89890fc14f5ea9a27 \
+                    sha256  bf1ff7b5d22e9fbaa37eafaa7bdef1997fbd853f1d893ebdcf75a360e67081ac
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-pod-coverage-trustpod \
+                    port:p${perl5.major}-test-cpan-meta \
+                    port:p${perl5.major}-test-fatal \
+                    port:p${perl5.major}-test-pod \
+                    port:p${perl5.major}-test-pod-coverage
+
+    depends_lib-append \
+                    port:p${perl5.major}-moo
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-moox-strictconstructor/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/20160729/7b995261/attachment.html>


More information about the macports-changes mailing list