# -*- 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: Portfile 102294 2013-01-30 07:27:45Z jmr@macports.org $

PortSystem          1.0
PortGroup           php 1.1

name                php-igbinary
version             1.1.1
revision            1
categories-append   net devel
license             BSD PHP-3.01
platforms           darwin freebsd openbsd
maintainers         pixilla openmaintainer

php.branches        5.3 5.4 5.5
php.pecl            yes

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         ${dist_subdir}/${version}_1

test.run            yes
