# $Id: Portfile 75861 2011-02-10 20:48:51Z pixilla@macports.org $

PortSystem          1.0
PortGroup           php5extension 1.0

php5extension.setup igbinary 1.1.1

categories-append   net devel
platforms           darwin freebsd openbsd
maintainers         pixilla

description         PHP serializer.

long_description    Igbinary is a drop in replacement for the standard PHP \
                    serializer. Instead of time and space consuming textual \
                    representation, igbinary stores PHP data structures in \
                    a compact binary form. Savings are significant when \
                    using memcached or similar memory based storages for \
                    serialized data.

homepage            http://opensource.dynamoid.com/
master_sites        ${homepage}

checksums           sha1    1ec598520950f2c1f03cbf1c0f056d9a56015ba4 \
                    rmd160  160a897e7fe25e47e4a5695b6a243fd2e90d9ae4

test.run            yes

livecheck.type      regex
livecheck.regex     ${php5extension.extensions}-(\[0-9.\]+)\\.tar
