[111482] trunk/dports/perl

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Sep 23 13:01:56 PDT 2013


Revision: 111482
          https://trac.macports.org/changeset/111482
Author:   macsforever2000 at macports.org
Date:     2013-09-23 13:01:56 -0700 (Mon, 23 Sep 2013)
Log Message:
-----------
p5-moo: New port. (#37755)

Added Paths:
-----------
    trunk/dports/perl/p5-moo/
    trunk/dports/perl/p5-moo/Portfile

Added: trunk/dports/perl/p5-moo/Portfile
===================================================================
--- trunk/dports/perl/p5-moo/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moo/Portfile	2013-09-23 20:01:56 UTC (rev 111482)
@@ -0,0 +1,43 @@
+# -*- 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
+perl5.setup         Moo 1.003001 ../by-authors/id/M/MS/MSTROUT
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+supported_archs     noarch
+
+description         Moo - Minimalist Object Orientation (with Moose compatiblity)
+
+long_description    This module is an extremely light-weight subset of Moose \
+                    optimised for rapid startup and \"pay only for what you \
+                    use\". \
+                    \
+                    It also avoids depending on any XS modules to allow simple \
+                    deployments. The name Moo is based on the idea that it \
+                    provides almost -- but not quite -- two thirds of Moose. \
+                    \
+                    Unlike Mouse this module does not aim at full \
+                    compatibility with Moose's surface syntax, preferring \
+                    instead of provide full interoperability via the metaclass \
+                    inflation capabilities described in \"MOO AND MOOSE\".
+
+checksums           rmd160 b695ae0bd384d7a64087f6cb26a5f29303ffd006 \
+                    sha256 51ffe9d5129b78582c9eac3de70803cf14ff526a9df4a0c394b48bc69fd7c250
+
+if {${perl5.major} != ""} {
+    depends_lib-append  port:p${perl5.major}-class-method-modifiers \
+                        port:p${perl5.major}-devel-globaldestruction \
+                        port:p${perl5.major}-dist-checkconflicts \
+                        port:p${perl5.major}-module-runtime \
+                        port:p${perl5.major}-role-tiny \
+                        port:p${perl5.major}-strictures
+    depends_build-append \
+                        port:p${perl5.major}-test-fatal
+}


Property changes on: trunk/dports/perl/p5-moo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130923/fa4482bb/attachment-0001.html>


More information about the macports-changes mailing list