# -*- 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 php5extension 1.0 php5extension.setup gmp 5.3.12 bundled categories-append devel math platforms darwin maintainers ryandesign license PHP-3.01 description a PHP interface to GMP, the GNU multiprocessing \ library through which you can work with \ arbitrary-length integers long_description ${description} checksums rmd160 5d91c2d16b54632aa123677f63776b312872997c \ sha256 91659fd645b03011e1620134fa2457fade1e502499111cef8c4e23f428ad16ac depends_lib-append port:gmp configure.args-append --with-gmp=${prefix} use_parallel_build yes