[128698] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Nov 25 15:12:34 PST 2014


Revision: 128698
          https://trac.macports.org/changeset/128698
Author:   devans at macports.org
Date:     2014-11-25 15:12:34 -0800 (Tue, 25 Nov 2014)
Log Message:
-----------
p5-path-tiny: new port, small, fast file path utility.

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

Added: trunk/dports/perl/p5-path-tiny/Portfile
===================================================================
--- trunk/dports/perl/p5-path-tiny/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-path-tiny/Portfile	2014-11-25 23:12:34 UTC (rev 128698)
@@ -0,0 +1,27 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Path-Tiny 0.061 ../../authors/id/D/DA/DAGOLDEN
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Path::Tiny - File path utility
+long_description    This module provide a small, fast utility for working with file paths. \
+                    It is friendlier to use than File::Spec and provides easy access to \
+                    functions from several other core file handling modules.
+
+platforms           darwin
+
+checksums           rmd160  50e1e640a26594c2ad6f7ffdee4e1eabe5cd1ab1 \
+                    sha256  e8290aac8c0623eea1b20b4a9d9a1be08db7f5a92ea51a514677964f3fa01cca
+
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-unicode-utf8
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-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/20141125/bf177262/attachment-0001.html>


More information about the macports-changes mailing list