# $Id: Portfile 131311 2015-01-09 02:50:27Z khindenburg@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup kr beanstalkd 1.10 v license MIT 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 nomaintainer categories sysutils platforms darwin checksums rmd160 a5ac5261b14092b087747500324753df01c11f26 \ sha256 9d8119ac782c2d699842020fd6776eca21afa199b046884bbb2f3e01037b1026 patchfiles patch-Makefile.diff use_configure no build.args PREFIX=${prefix} \ CC="${configure.cc} [get_canonical_archflags cc]" eval destroot.args ${build.args} test.run yes test.target check startupitem.create yes startupitem.executable ${prefix}/bin/beanstalkd -u nobody