# -*- 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 85186 2011-10-10 21:16:41Z snc@macports.org $

PortSystem              1.0
PortGroup               php5extension 1.0

php5extension.setup     memcache 2.2.6 pecl
categories-append       net devel
platforms               darwin freebsd openbsd
maintainers             nomaintainer
license                 PHP-3

description             PHP5 bindings for memcache

long_description        Memcached is a caching daemon designed especially for \
                        dynamic web applications to decrease database load by storing objects in memory. This extension allows you \
                        to work with memcached through handy OO and \
                        procedural interfaces.

checksums               sha1    be0b12fa09ed127dc35c0da29a576a9112be1bde \
                        rmd160  72e940339c644c801577c8fce861f012e9e71a2d

depends_lib-append      port:memcached port:zlib
