[131712] trunk/dports/perl

devans at macports.org devans at macports.org
Fri Jan 16 00:12:06 PST 2015


Revision: 131712
          https://trac.macports.org/changeset/131712
Author:   devans at macports.org
Date:     2015-01-16 00:12:06 -0800 (Fri, 16 Jan 2015)
Log Message:
-----------
p5-test-utf8: new port, handy utf8 tests.

Added Paths:
-----------
    trunk/dports/perl/p5-test-utf8/
    trunk/dports/perl/p5-test-utf8/Portfile

Added: trunk/dports/perl/p5-test-utf8/Portfile
===================================================================
--- trunk/dports/perl/p5-test-utf8/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-utf8/Portfile	2015-01-16 08:12:06 UTC (rev 131712)
@@ -0,0 +1,24 @@
+# -*- 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-utf8 1.01
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Test::utf8 - handy utf8 tests
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  5204e28992c00fda261fc9aef737afe3b32243bf \
+                    sha256  ef371b1769cd8d36d2d657e8321723d94c8f8d89e7fd7437c6648c5dc6711b7a
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-test-simple
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-test-utf8/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/20150116/eb30f7f8/attachment.html>


More information about the macports-changes mailing list