[119954] trunk/dports/perl
mf2k at macports.org
mf2k at macports.org
Sun May 11 16:18:26 PDT 2014
Revision: 119954
https://trac.macports.org/changeset/119954
Author: mf2k at macports.org
Date: 2014-05-11 16:18:26 -0700 (Sun, 11 May 2014)
Log Message:
-----------
p5-math-mpfi: New port. (#42510)
Added Paths:
-----------
trunk/dports/perl/p5-math-mpfi/
trunk/dports/perl/p5-math-mpfi/Portfile
Added: trunk/dports/perl/p5-math-mpfi/Portfile
===================================================================
--- trunk/dports/perl/p5-math-mpfi/Portfile (rev 0)
+++ trunk/dports/perl/p5-math-mpfi/Portfile 2014-05-11 23:18:26 UTC (rev 119954)
@@ -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.8 5.10 5.12 5.14 5.16
+perl5.setup Math-MPFI 0.04
+maintainers nomaintainer
+license {Artistic-1 GPL}
+platforms darwin
+supported_archs noarch
+
+description Perl interface to the MPFI (interval arithmetic) \
+ library.
+long_description ${description}
+
+
+checksums rmd160 dc870186a5337355fe7efdb36e4a31dbc73fb8b7 \
+ sha256 fd7962fdc7e697a1f50df7a2ca74f1a666963b094838f51b96f3dbd26f06796c
+
+
+if {${perl5.major} != ""} {
+ depends_build-append port:p${perl5.major}-math-mpfr
+
+ depends_lib-append port:mpfi
+}
Property changes on: trunk/dports/perl/p5-math-mpfi/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/20140511/b63837b6/attachment.html>
More information about the macports-changes
mailing list