# $Id: Portfile 41600 2008-11-06 23:48:08Z nick@macports.org $ PortSystem 1.0 name beanstalkd version 1.1 revision 0 description a fast, distributed, in-memory workqueue service long_description \ beanstalkd is a fast, distributed, in-memory workqueue service. \ Its interface is generic, but is intended for use in reducing the \ latency of page views in high-volume web applications by running most \ time-consuming tasks asynchronously. maintainers nick@macports.org categories sysutils platforms darwin homepage http://xph.us/software/beanstalkd/ master_sites http://xph.us/software/beanstalkd/rel/ checksums md5 36be022bb59545df51b537f0e423d2d6 \ sha1 c9a4aa6e1f1d122a5fc7eeeffacaa32e89a37f2c \ rmd160 6a0e37635765faeb67f9f849a59ed2d906bb06ae depends_lib port:libevent \ port:gmake configure.args --prefix=${prefix} \ --with-event=${prefix}