1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 |
---|
7 | perl5.setup Math-MPFI 0.04 |
---|
8 | maintainers nomaintainer |
---|
9 | license {Artistic-1 GPL} |
---|
10 | description Perl interface to the MPFI (interval arithmetic) \ |
---|
11 | library. |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | depends_lib-append port:mpfi |
---|
15 | |
---|
16 | if {${perl5.major} != ""} { |
---|
17 | depends_build-append port:p${perl5.major}-math-mpfr |
---|
18 | } |
---|
19 | |
---|
20 | platforms darwin |
---|
21 | supported_archs noarch |
---|
22 | |
---|
23 | checksums sha256 fd7962fdc7e697a1f50df7a2ca74f1a666963b094838f51b96f3dbd26f06796c \ |
---|
24 | rmd160 dc870186a5337355fe7efdb36e4a31dbc73fb8b7 |
---|