[152798] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Sep 18 14:31:23 PDT 2016


Revision: 152798
          https://trac.macports.org/changeset/152798
Author:   devans at macports.org
Date:     2016-09-18 14:31:23 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
p5-specio: new port, type constraints and coercions for perl.

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

Added: trunk/dports/perl/p5-specio/Portfile
===================================================================
--- trunk/dports/perl/p5-specio/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-specio/Portfile	2016-09-18 21:31:23 UTC (rev 152798)
@@ -0,0 +1,31 @@
+# -*- 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.22 5.24
+perl5.setup         Specio 0.25 ../by-authors/id/D/DR/DROLSKY
+license             Artistic-2
+maintainers         devans openmaintainer
+description         Specio - Type constraints and coercions for Perl
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  c62a54748875dff6789785fded594201f7afe514 \
+                    sha256  8fed121e2de07d8e4cc9b442146f968b4ec5220ce48583b2323ff50758403c79
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-fatal \
+                    port:p${perl5.major}-test-needs
+
+    depends_lib-append \
+                    port:p${perl5.major}-devel-stacktrace \
+                    port:p${perl5.major}-eval-closure \
+                    port:p${perl5.major}-mro-compat \
+                    port:p${perl5.major}-role-tiny
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-specio/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/20160918/053bb9d5/attachment.html>


More information about the macports-changes mailing list