[135865] trunk/dports/perl

devans at macports.org devans at macports.org
Tue May 5 21:56:27 PDT 2015


Revision: 135865
          https://trac.macports.org/changeset/135865
Author:   devans at macports.org
Date:     2015-05-05 21:56:27 -0700 (Tue, 05 May 2015)
Log Message:
-----------
p5-test-deep-type: new port, a Test::Deep plugin for validating type constraints.

Added Paths:
-----------
    trunk/dports/perl/p5-test-deep-type/
    trunk/dports/perl/p5-test-deep-type/Portfile

Added: trunk/dports/perl/p5-test-deep-type/Portfile
===================================================================
--- trunk/dports/perl/p5-test-deep-type/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-deep-type/Portfile	2015-05-06 04:56:27 UTC (rev 135865)
@@ -0,0 +1,35 @@
+# -*- 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         Test-Deep-Type 0.006
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::Deep::Type - A Test::Deep plugin for validating type constraints
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  423bac9eac7558781f8c7787a5b1814f8ba39220 \
+                    sha256  06eb500252042ce8898e3315c7008719e61b2b35639d4030314fcccadc78af6a
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-module-build-tiny \
+                    port:p${perl5.major}-test-fatal \
+                    port:p${perl5.major}-test-requires \
+                    port:p${perl5.major}-test-simple
+
+
+    depends_lib-append \
+                    port:p${perl5.major}-namespace-clean \
+                    port:p${perl5.major}-safe-isa \
+                    port:p${perl5.major}-test-deep \
+                    port:p${perl5.major}-try-tiny
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-test-deep-type/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/20150505/c2e90607/attachment.html>


More information about the macports-changes mailing list