# -*- 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 112799 2013-11-01 19:11:10Z ryandesign@macports.org $

PortSystem              1.0
PortGroup               php5extension 1.0

php5extension.setup     memcache 2.2.7 pecl
categories-append       net devel
platforms               darwin freebsd openbsd
maintainers             ryandesign openmaintainer
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               rmd160  e65c9ed6dca0eff012dc980a6acd5f81b2f3d396 \
                        sha256  73006c02194a5a7c196c6488d449e5f8c75573a73568fe1a94b15157c147305d

depends_lib-append      port:memcached port:zlib

configure.args-append   --with-zlib-dir=${prefix}
