# $Id: Portfile 45849 2009-01-23 10:46:57Z nick@macports.org $ PortSystem 1.0 name beanstalkd version 1.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@macports.org categories sysutils platforms darwin homepage http://xph.us/software/beanstalkd/ master_sites http://xph.us/software/beanstalkd/rel/ checksums md5 7b30b840069e679526e564b42796630b \ sha1 0fad86ba5d888e283a1aa8a33aaa5095173c6e27 \ rmd160 69190c64654f7310bb88a7df01791accd47e3607 depends_lib port:libevent \ port:gmake configure.args --prefix=${prefix} \ --with-event=${prefix}