# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0

name			beanstalkd
version			1.3
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 de94ab64cd02af4ed1f37cacdaf49be5 \
			sha1 ce85375605459458e0a357d9ecaeb9baeb3b9c9a \
			rmd160 a1fa4c6aae530beeecfbe49a4e09903a58e1cc38

depends_lib		port:libevent \
			port:gmake

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

