[128639] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Nov 24 13:29:29 PST 2014


Revision: 128639
          https://trac.macports.org/changeset/128639
Author:   devans at macports.org
Date:     2014-11-24 13:29:29 -0800 (Mon, 24 Nov 2014)
Log Message:
-----------
p5-memoize: new port, make functions faster by trading space for time.

Added Paths:
-----------
    trunk/dports/perl/p5-memoize/
    trunk/dports/perl/p5-memoize/Portfile

Added: trunk/dports/perl/p5-memoize/Portfile
===================================================================
--- trunk/dports/perl/p5-memoize/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-memoize/Portfile	2014-11-24 21:29:29 UTC (rev 128639)
@@ -0,0 +1,21 @@
+# -*- 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         Memoize 1.03
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Memoize - Make functions faster by trading space for time
+long_description    ${description}
+
+platforms           darwin
+
+extract.suffix      .tgz
+
+checksums           rmd160  4a83a51799cf8956d514d9f1e3fea71a02142d93 \
+                    sha256  5239cc5f644a50b0de9ffeaa51fa9991eb06ecb1bf4678873e3ab89af9c0daf3
+
+supported_archs     noarch


Property changes on: trunk/dports/perl/p5-memoize/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/20141124/183e9f43/attachment.html>


More information about the macports-changes mailing list