# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem              1.0
PortGroup               php 1.1

name                    php-Judy
version                 1.0.2
categories              php
platforms               darwin
maintainers             ryandesign openmaintainer
license                 PHP-3.01

php.branches            5.3 5.4 5.5 5.6
php.pecl                yes

description             sparse dynamic arrays

long_description        PHP Judy implements sparse dynamic arrays (a.k.a Judy \
                        arrays). A Judy array consumes memory only when it is \
                        populated, yet can grow to take advantage of all \
                        available memory if desired. Judy’s key benefits are \
                        scalability, high performance, and memory efficiency.

checksums               rmd160  4d84af4caff979dc34f3e7e7ca4998daa62ea30a \
                        sha256  6b913af2c44ac84a2224fecf8a81ddcb0c753252cafd153cb0e9d7c33a333118

depends_lib-append      port:judy

configure.args-append   --with-judy=${prefix}

use_parallel_build      yes