[148638] trunk/dports/perl

devans at macports.org devans at macports.org
Fri May 13 00:09:35 PDT 2016


Revision: 148638
          https://trac.macports.org/changeset/148638
Author:   devans at macports.org
Date:     2016-05-13 00:09:35 -0700 (Fri, 13 May 2016)
Log Message:
-----------
p5-list-someutils: new port, provide the stuff missing in List::Util.

Added Paths:
-----------
    trunk/dports/perl/p5-list-someutils/
    trunk/dports/perl/p5-list-someutils/Portfile

Added: trunk/dports/perl/p5-list-someutils/Portfile
===================================================================
--- trunk/dports/perl/p5-list-someutils/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-list-someutils/Portfile	2016-05-13 07:09:35 UTC (rev 148638)
@@ -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         List-SomeUtils 0.52
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         List::SomeUtils - Provide the stuff missing in List::Util
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  54e946e221a0833c38b4cbf81e16e61456a8f187 \
+                    sha256  1e8c900332ac08c314b78ca1b0d23aba28c146b6133606a817d828d5bd0485ac
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-leaktrace \
+                    port:p${perl5.major}-text-parsewords
+
+    depends_lib-append \
+                    port:p${perl5.major}-exporter-tiny \
+                    port:p${perl5.major}-list-someutils-xs \
+                    port:p${perl5.major}-module-implementation \
+                    port:p${perl5.major}-scalar-list-utils
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-list-someutils/Portfile
___________________________________________________________________
Added: sv:eol-style
   + native
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160513/3b4e8c68/attachment.html>


More information about the macports-changes mailing list