# -*- 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$ PortSystem 1.0 PortGroup php 1.1 name php-memcache version 2.2.7 categories-append net devel platforms darwin freebsd openbsd maintainers ryandesign openmaintainer license PHP-3 php.branches 5.3 5.4 5.5 5.6 php.pecl yes description PHP 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 if {${name} ne ${subport}} { depends_lib-append port:memcached port:zlib configure.args-append --with-zlib-dir=${prefix} }