# $Id: Portfile 64965 2010-03-18 15:01:29Z nick@macports.org $

PortSystem 1.0

name			beanstalkd
version			1.4.4
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 094cd096c73904675e4ea7ccf5ce4b66 \
			sha1 93ceeecc2618b20c5593a46c79de1e6b51954da9 \
			rmd160 96d9ae86fd94cc355fd8e910a07f3900ff86d65d

depends_lib		port:libevent \
			port:gmake

configure.args      --prefix=${prefix} \
                    --with-event=${prefix}

