# $Id: Portfile 27868 2007-08-15 14:44:07Z brett@macports.org $ PortSystem 1.0 name memcached version 1.2.2 description A high performance, distributed memory object caching system. long_description memcached is a high-performance, distributed memory object \ caching system, generic in nature, but intended for use in \ speeding up dynamic web applications by alleviating database load. maintainers brett@macports.org categories sysutils platforms darwin homepage http://www.danga.com/memcached/ master_sites http://www.danga.com/memcached/dist/ checksums md5 a08851f7fa7b15e92ee6320b7a79c321 configure.pre_args --prefix=${prefix} \ --mandir=${prefix}/share/man configure.args --with-libevent=${prefix} \ --enable-threads depends_lib port:libevent