[131032] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Jan 5 02:23:07 PST 2015


Revision: 131032
          https://trac.macports.org/changeset/131032
Author:   devans at macports.org
Date:     2015-01-05 02:23:07 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-math-prime-util-gmp: new port, utilities related to prime numbers and factoring, using GMP.

Added Paths:
-----------
    trunk/dports/perl/p5-math-prime-util-gmp/
    trunk/dports/perl/p5-math-prime-util-gmp/Portfile

Added: trunk/dports/perl/p5-math-prime-util-gmp/Portfile
===================================================================
--- trunk/dports/perl/p5-math-prime-util-gmp/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-math-prime-util-gmp/Portfile	2015-01-05 10:23:07 UTC (rev 131032)
@@ -0,0 +1,23 @@
+# -*- 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-Prime-Util-GMP 0.29
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Math::Prime::Util::GMP - Utilities related to prime numbers and factoring, using GMP
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  583c2e358c76f897c32a9a431714ee5a6a570235 \
+                    sha256  694f9b6197eabfa5a6160bee99d20444c467f1906e7e591424d0c0b2a1487808
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:gmp
+}
+


Property changes on: trunk/dports/perl/p5-math-prime-util-gmp/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/20150105/fabd5e52/attachment.html>


More information about the macports-changes mailing list