mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.2 KiB
Tcl
32 lines
1.2 KiB
Tcl
# -*- 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 2.4.0
|
||
categories-append devel
|
||
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
|
||
license PHP-3.01
|
||
|
||
php.branches 8.0 8.1 8.2 8.3 8.4 8.5
|
||
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 229761e22d9a96130bec1c579754cf7a971e55e6 \
|
||
sha256 94b986caeddf043d24f0da26235c4f1b1ff2c015daf497d2cabbf826d866ce4b \
|
||
size 146694
|
||
|
||
depends_lib-append port:judy
|
||
|
||
configure.args-append --with-judy=${prefix}
|
||
|
||
use_parallel_build yes
|