[131031] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Jan 5 02:21:43 PST 2015


Revision: 131031
          https://trac.macports.org/changeset/131031
Author:   devans at macports.org
Date:     2015-01-05 02:21:43 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-math-bigint-gmp: new port, use the GMP library for Math::BigInt routines.

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

Added: trunk/dports/perl/p5-math-bigint-gmp/Portfile
===================================================================
--- trunk/dports/perl/p5-math-bigint-gmp/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-math-bigint-gmp/Portfile	2015-01-05 10:21:43 UTC (rev 131031)
@@ -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-BigInt-GMP 1.38
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Math::BigInt::GMP - Use the GMP library for Math::BigInt routines
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  2f9da7eee96440200d3664bcf8295316474658de \
+                    sha256  1ad0cac911a08f150c5e5a8286aec20de21c863bd27b8f002456cff11e086f15
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:gmp \
+                    port:p${perl5.major}-math-bigint
+}


Property changes on: trunk/dports/perl/p5-math-bigint-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/213b5a9b/attachment-0001.html>


More information about the macports-changes mailing list