[131689] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jan 15 10:57:46 PST 2015


Revision: 131689
          https://trac.macports.org/changeset/131689
Author:   devans at macports.org
Date:     2015-01-15 10:57:45 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-moosex-simpleconfig: new port, Moose role for setting attributes from a simple configuration file.

Added Paths:
-----------
    trunk/dports/perl/p5-moosex-simpleconfig/
    trunk/dports/perl/p5-moosex-simpleconfig/Portfile

Added: trunk/dports/perl/p5-moosex-simpleconfig/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-simpleconfig/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moosex-simpleconfig/Portfile	2015-01-15 18:57:45 UTC (rev 131689)
@@ -0,0 +1,31 @@
+# -*- 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         MooseX-SimpleConfig 0.11
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         MooseX::SimpleConfig - A Moose role for setting attributes from a simple configuration file
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  81bfa20d104930b6269f866d4af15c2745b47a90 \
+                    sha256  42c83f4b92ef2785fa8dbcfae69d5d28d5be10141d171472ccf37288682c79ad
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-module-build-tiny \
+                    port:p${perl5.major}-test-fatal
+
+    depends_lib-append \
+                    port:p${perl5.major}-config-any \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-moosex-configfromfile
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-moosex-simpleconfig/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/20150115/ac17202c/attachment-0001.html>


More information about the macports-changes mailing list