[122906] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Aug 1 14:50:22 PDT 2014


Revision: 122906
          https://trac.macports.org/changeset/122906
Author:   devans at macports.org
Date:     2014-08-01 14:50:21 -0700 (Fri, 01 Aug 2014)
Log Message:
-----------
p5-moox-handlesvia: new port, NativeTrait-like behavior for Moo.

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

Added: trunk/dports/perl/p5-moox-handlesvia/Portfile
===================================================================
--- trunk/dports/perl/p5-moox-handlesvia/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moox-handlesvia/Portfile	2014-08-01 21:50:21 UTC (rev 122906)
@@ -0,0 +1,30 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         MooX-HandlesVia 0.001005
+
+platforms           darwin
+maintainers         devans openmaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         MooX::HandlesVia - NativeTrait-like behavior for Moo.
+
+long_description    ${description}
+
+checksums           rmd160  64a38d24200a28b711136edb16a54d9ba6555f20 \
+                    sha256  a69de0c201269a4ad2bfce51b200a91bf7f20c0a1d392f130185c8ae533f9360
+
+if {${perl5.major} != ""} {
+    depends_lib-append  port:p${perl5.major}-class-method-modifiers \
+                        port:p${perl5.major}-data-perl \
+                        port:p${perl5.major}-module-runtime \
+                        port:p${perl5.major}-moo \
+                        port:p${perl5.major}-moox-types-mooselike \
+                        port:p${perl5.major}-role-tiny
+}


Property changes on: trunk/dports/perl/p5-moox-handlesvia/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/20140801/4796022c/attachment.html>


More information about the macports-changes mailing list