# $Id: Portfile 59982 2009-10-28 17:07:06Z nick@macports.org $ PortSystem 1.0 name beanstalkd version 1.4.2 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 categories sysutils platforms darwin homepage http://xph.us/software/beanstalkd/ master_sites http://xph.us/dist/beanstalkd/ checksums md5 848ecf1a040e018cb0ee10a203b62896 \ sha1 099e5c13ff7130d72eb53bda15a1ab6b76c36b88 \ rmd160 5f6cad5805fde2854e1d7614e8544307b5b1081e depends_lib port:libevent \ port:gmake configure.args --prefix=${prefix} \ --with-event=${prefix}