[151069] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Aug 6 08:26:48 PDT 2016


Revision: 151069
          https://trac.macports.org/changeset/151069
Author:   devans at macports.org
Date:     2016-08-06 08:26:48 -0700 (Sat, 06 Aug 2016)
Log Message:
-----------
p5-set-array: arrays as objects with lots of handy methods.

Added Paths:
-----------
    trunk/dports/perl/p5-set-array/
    trunk/dports/perl/p5-set-array/Portfile

Added: trunk/dports/perl/p5-set-array/Portfile
===================================================================
--- trunk/dports/perl/p5-set-array/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-set-array/Portfile	2016-08-06 15:26:48 UTC (rev 151069)
@@ -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         Set-Array 0.30
+license             Artistic-2
+maintainers         devans openmaintainer
+description         Set::Array - Arrays as objects with lots of handy methods
+long_description    ${description}
+
+platforms           darwin
+
+extract.suffix      .tgz
+
+checksums           rmd160  064c76ffecb03abcb1e35637e1fbecccdf9769a7 \
+                    sha256  d9f024c8e3637feccdebcf6479b6754b6c92f1209f567feaf0c23818af31ee3c
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-deep
+
+    depends_lib-append \
+                    port:p${perl5.major}-try-tiny \
+                    port:p${perl5.major}-want
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-set-array/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/20160806/3a6b8f12/attachment.html>


More information about the macports-changes mailing list