# $Id$ PortSystem 1.0 name php5-memcache version 2.1.2 categories www net devel platforms darwin freebsd openbsd maintainers emory.smith@gmail.com openmaintainer homepage http://pecl.php.net/package/memcache 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. master_sites http://pecl.php.net/get/ checksums md5 cfde0918360f3909a242c3211604ad46 distname memcache-${version} extract.suffix .tgz depends_lib port:memcached port:php5 port:zlib pre-configure { system "cd ${worksrcpath} && phpize" } destroot.destdir INSTALL_ROOT=${destroot} post-install { ui_msg "***************************************************************************" ui_msg "* To enable the memcache extension in php, add or edit the following *" ui_msg "* lines in ${prefix}/etc/php.ini: *" ui_msg "* *" ui_msg "* extension_dir=${prefix}/lib/php/extensions/no-debug-non-zts-20060613 *" ui_msg "* extension = memcache.so *" ui_msg "***************************************************************************" }