# $Id: Portfile,v 1.6 2006/06/26 19:56:28 toby Exp $

PortSystem 1.0
name             c-ares
version          1.3.1
categories       net
maintainers      toby@opendarwin.org
description      asynchronous DNS library
long_description \
    c-ares is a C library that resolves names asynchronously. \
    c-ares is a fork of the library named 'ares', written by \
    Greg Hudson at MIT. The fork was made on ares 1.1.1.
homepage         http://daniel.haxx.se/projects/c-ares/
platforms        darwin
master_sites     ${homepage}
checksums        sha1 8764e355848d87a75e137c360c0fc2293e98625d
configure.args   --mandir=${prefix}/share/man \
                 --enable-shared
