[132753] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Feb 9 14:51:08 PST 2015


Revision: 132753
          https://trac.macports.org/changeset/132753
Author:   devans at macports.org
Date:     2015-02-09 14:51:08 -0800 (Mon, 09 Feb 2015)
Log Message:
-----------
p5-moosex-types-structured: new port, structured type constraints for Moose.

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

Added: trunk/dports/perl/p5-moosex-types-structured/Portfile
===================================================================
--- trunk/dports/perl/p5-moosex-types-structured/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-moosex-types-structured/Portfile	2015-02-09 22:51:08 UTC (rev 132753)
@@ -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.16 5.18 5.20
+perl5.setup         MooseX-Types-Structured 0.30
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         MooseX::Types::Structured - Structured Type Constraints for Moose
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  d15e917e8f076230965d7ffc79657ae2c3bdc346 \
+                    sha256  ac1427ba8d21f354bc67f7de8eb2831155662129e9ba7520f73736fefd7a6e6b
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-datetime \
+                    port:p${perl5.major}-module-build-tiny \
+                    port:p${perl5.major}-moosex-types-datetime \
+                    port:p${perl5.major}-test-fatal
+
+    depends_lib-append \
+                    port:p${perl5.major}-devel-partialdump \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-moosex-types \
+                    port:p${perl5.major}-sub-exporter
+
+    perl5.use_module_build
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-moosex-types-structured/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/20150209/a5bf7f07/attachment.html>


More information about the macports-changes mailing list