Portfile

# $Id: Portfile 20992 2006-12-19 00:57:37Z blair@macports.org $

PortSystem 1.0
name serf
version 0.1.0
categories www
maintainers blair@orcaware.com
description C-based HTTP client library

long_description The serf library is a C-based HTTP client library \
built upon the Apache Portable Runtime (APR) \
library. It multiplexes connections, running the \
read/write communication asynchronously. Memory \
copies and transformations are kept to a minimum to \
provide high performance operation.

homepage http://code.google.com/p/serf/
master_sites http://serf.googlecode.com/files/
use_bzip2 yes
checksums md5 c80d2086f5795ce1956f58406b25683d \
sha1 7c24125d02c2ef5c0b0effabc2fc80e0fa63eb57 \
rmd160 d1fce249cea8298e2164189572fffacc229091fd

depends_lib port:apr port:apr-util port:openssl

configure.args --with-apr=${prefix} --with-apr-util=${prefix}

test.run yes
test.target check