[132780] trunk/dports/perl

devans at macports.org devans at macports.org
Tue Feb 10 14:14:37 PST 2015


Revision: 132780
          https://trac.macports.org/changeset/132780
Author:   devans at macports.org
Date:     2015-02-10 14:14:37 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
p5-math-random-isaac-xs: new port, C implementation of the ISAAC PRNG algorithm.

Added Paths:
-----------
    trunk/dports/perl/p5-math-random-isaac-xs/
    trunk/dports/perl/p5-math-random-isaac-xs/Portfile

Added: trunk/dports/perl/p5-math-random-isaac-xs/Portfile
===================================================================
--- trunk/dports/perl/p5-math-random-isaac-xs/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-math-random-isaac-xs/Portfile	2015-02-10 22:14:37 UTC (rev 132780)
@@ -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.16 5.18 5.20
+perl5.setup         Math-Random-ISAAC-XS 1.004
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Math::Random::ISAAC::XS - C implementation of the ISAAC PRNG algorithm
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  4aeb588e653f35691a26a20cbb56c96d02c3dc99 \
+                    sha256  9af790eb92d1c6330d33c6daa8decf8a9c5dcc87b81779d6b12e14b931c3b87b
+
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-nowarnings
+
+    depends_lib-append \
+                    port:p${perl5.major}-math-random-isaac
+
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-math-random-isaac-xs/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/20150210/1aa0543d/attachment.html>


More information about the macports-changes mailing list