# $Id: Portfile 35541 2008-03-29 22:58:29Z brett@macports.org $ PortSystem 1.0 name memcached version 1.2.5 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 8ac0d1749ded88044f0f850fad979e4d \ sha1 f7c13cf39ca2d948de1a5648b3d1a2ccfeb0a45b configure.args --mandir=${prefix}/share/man \ --with-libevent=${prefix} \ --enable-threads depends_lib port:libevent