[138625] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Jul 13 22:10:28 PDT 2015


Revision: 138625
          https://trac.macports.org/changeset/138625
Author:   devans at macports.org
Date:     2015-07-13 22:10:27 -0700 (Mon, 13 Jul 2015)
Log Message:
-----------
p5-math-gmpf: new port, perl interface to the GMP library's floating point (mpf) functions.

Added Paths:
-----------
    trunk/dports/perl/p5-math-gmpf/
    trunk/dports/perl/p5-math-gmpf/Portfile

Added: trunk/dports/perl/p5-math-gmpf/Portfile
===================================================================
--- trunk/dports/perl/p5-math-gmpf/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-math-gmpf/Portfile	2015-07-14 05:10:27 UTC (rev 138625)
@@ -0,0 +1,22 @@
+# -*- 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 5.22
+perl5.setup         Math-GMPf 0.39
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  3c674a70ab2a7fec4e938af68bf7f875beb3f316 \
+                    sha256  9026bbfb376179a76d9a8c1f7312b8c48a444891ac3484d85c60df36111c2c31
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:gmp
+}


Property changes on: trunk/dports/perl/p5-math-gmpf/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/20150713/7727ddd5/attachment.html>


More information about the macports-changes mailing list