# $Id: Portfile 89261 2012-01-22 16:47:29Z pixilla@macports.org $

PortSystem          1.0
PortGroup           php5extension 1.0

php5extension.setup igbinary 1.1.1 pecl
revision            1
categories-append   net devel
platforms           darwin freebsd openbsd
maintainers         pixilla openmaintainer

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.

checksums           rmd160  5168d9fe8d61144e42e8a06ed85278a9012c7c76 \
                    sha256  b84158410bde9db42e7a96c4e947da4569519ab4e7e19a5e3d1db698aac94101

# 1.1.1 was stealth-updated in the process of moving to PECL
dist_subdir         ${name}/${version}_1

test.run            yes
