---
name: c-ares-config
version: 1.10.0
origin: dns/c-ares
comment: An asynchronous DNS resolver library
arch: freebsd:10:x86:64
www: http://c-ares.haxx.se/
maintainer: zi@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- MIT
flatsize: 419162
desc: |
  This is c-ares, an asynchronous resolver library.  It is intended for
  applications which need to perform DNS queries without blocking, or
  need to perform multiple DNS queries in parallel.  The primary
  examples of such applications are servers which communicate with
  multiple clients and programs with graphical user interfaces.

  WWW: http://c-ares.haxx.se/
categories:
- dns
shlibs_required:
- libcares.so.3
shlibs_provided:
- libcares.so.3
options: {OPTIMIZED_CFLAGS: off, HIDE_SYMBOLS: on, DEBUG: off, CONFIG_INFO: on}
