[123199] trunk/dports/perl

mf2k at macports.org mf2k at macports.org
Wed Aug 6 14:02:58 PDT 2014


Revision: 123199
          https://trac.macports.org/changeset/123199
Author:   mf2k at macports.org
Date:     2014-08-06 14:02:58 -0700 (Wed, 06 Aug 2014)
Log Message:
-----------
p5-moosex-traits: New port. (#43029)

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

Added: trunk/dports/perl/p5-moosex-traits/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-traits/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moosex-traits/Portfile	2014-08-06 21:02:58 UTC (rev 123199)
@@ -0,0 +1,25 @@
+# -*- 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         MooseX-Traits 0.12
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+platforms           darwin
+supported_archs     noarch
+
+description         automatically apply roles at object creation time
+long_description    ${description}
+
+checksums           rmd160  a1b333d598b6ba30539ea103010060501aff7787 \
+                    sha256  f779379d52c520b2edd25a7901e0066e65a6a0dcc0f8b9e2ba02717d2f59dfc8
+
+if {${perl5.major} != ""} {
+    depends_lib-append  port:p${perl5.major}-list-moreutils \
+                        port:p${perl5.major}-moose \
+                        port:p${perl5.major}-namespace-autoclean \
+                        port:p${perl5.major}-test-exception
+}


Property changes on: trunk/dports/perl/p5-moosex-traits/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/20140806/2c730a9f/attachment.html>


More information about the macports-changes mailing list