Ticket #42510: Portfile.2

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