[129455] trunk/dports/perl

mojca at macports.org mojca at macports.org
Sat Dec 13 03:07:49 PST 2014


Revision: 129455
          https://trac.macports.org/changeset/129455
Author:   mojca at macports.org
Date:     2014-12-13 03:07:49 -0800 (Sat, 13 Dec 2014)
Log Message:
-----------
p5-moosex-types-loadableclass: new port (dependency of p5-catalyst-model-dbic-schema)

Added Paths:
-----------
    trunk/dports/perl/p5-moosex-types-loadableclass/
    trunk/dports/perl/p5-moosex-types-loadableclass/Portfile

Added: trunk/dports/perl/p5-moosex-types-loadableclass/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-types-loadableclass/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moosex-types-loadableclass/Portfile	2014-12-13 11:07:49 UTC (rev 129455)
@@ -0,0 +1,34 @@
+# -*- 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.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         MooseX-Types-LoadableClass 0.013
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         ClassName type constraint with coercion to load the class
+long_description    ${description}
+
+checksums           rmd160 769ca844ea1c30b8ec2f93895c08972ac2eff433 \
+                    sha256 b80a0e82a2c61c4744ef9aec30e3397c2d674c320bcd884be84d99dc8785628f
+
+if {${perl5.major} != ""} {
+    # check the lists
+    depends_build-append \
+                    port:p${perl5.major}-class-load \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-test-fatal \
+                    port:p${perl5.major}-namespace-clean
+    depends_lib-append \
+                    port:p${perl5.major}-module-runtime \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-moosex-types \
+                    port:p${perl5.major}-namespace-autoclean
+}


Property changes on: trunk/dports/perl/p5-moosex-types-loadableclass/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/20141213/9c4e9f20/attachment-0001.html>


More information about the macports-changes mailing list