[130079] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Dec 26 10:30:50 PST 2014


Revision: 130079
          https://trac.macports.org/changeset/130079
Author:   devans at macports.org
Date:     2014-12-26 10:30:49 -0800 (Fri, 26 Dec 2014)
Log Message:
-----------
p5-mousex-types: new port, organize your mouse types in libraries, required for full testing of p5-any-moose (#46323).

Added Paths:
-----------
    trunk/dports/perl/p5-mousex-types/
    trunk/dports/perl/p5-mousex-types/Portfile

Added: trunk/dports/perl/p5-mousex-types/Portfile
===================================================================
--- trunk/dports/perl/p5-mousex-types/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-mousex-types/Portfile	2014-12-26 18:30:49 UTC (rev 130079)
@@ -0,0 +1,29 @@
+# -*- 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         MouseX-Types 0.06
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         MouseX::Types - Organize your Mouse types in libraries
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  b44df6ecddb2d5d9088242634bf0e5c6cf8d90cf \
+                    sha256  77288441fdadd15beeec9a0813ece8aec1542f1d8ceaaec14755b3f316fbcf8b
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-sub-exporter \
+                    port:p${perl5.major}-test-exception
+
+    depends_lib-append \
+                    port:p${perl5.major}-any-moose \
+                    port:p${perl5.major}-mouse
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-mousex-types/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/20141226/fd595550/attachment.html>


More information about the macports-changes mailing list