[131691] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jan 15 10:59:18 PST 2015


Revision: 131691
          https://trac.macports.org/changeset/131691
Author:   devans at macports.org
Date:     2015-01-15 10:59:18 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-types-path-tiny: new port, Path::Tiny types and coercions for Moose and Moo.

Added Paths:
-----------
    trunk/dports/perl/p5-types-path-tiny/
    trunk/dports/perl/p5-types-path-tiny/Portfile

Added: trunk/dports/perl/p5-types-path-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-types-path-tiny/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-types-path-tiny/Portfile	2015-01-15 18:59:18 UTC (rev 131691)
@@ -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.16 5.18 5.20
+perl5.setup         Types-Path-Tiny 0.005 ../by-authors/id/D/DA/DAGOLDEN
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Types::Path::Tiny - Path::Tiny types and coercions for Moose and Moo
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  922817d407d35d3a31337a5bbf9eec113d30546a \
+                    sha256  f702772c56695696d520313b7f9bb4c1f4f6c7e5d47f08917c9944ad8f09ce26
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-file-pushd
+
+    depends_lib-append \
+                    port:p${perl5.major}-path-tiny \
+                    port:p${perl5.major}-type-tiny
+
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-types-path-tiny/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/20150115/fbc68916/attachment.html>


More information about the macports-changes mailing list