danj 4b82e6dc24 Update to libcares-1.12.0, fixing CVE-2016-5180
ok Brad (maintainer), input and ok jca@
2016-10-12 06:09:34 +00:00

23 lines
423 B
Makefile

# $OpenBSD: Makefile,v 1.18 2016/10/12 06:09:34 danj Exp $
COMMENT= asynchronous resolver library
V= 1.12.0
DISTNAME= c-ares-${V}
PKGNAME= libcares-${V}
CATEGORIES= net devel
MASTER_SITES= ${HOMEPAGE}download/
SHARED_LIBS += cares 3.0 # 4.0
HOMEPAGE= http://c-ares.haxx.se/
MAINTAINER= Brad Smith <brad@comstyle.com>
# MIT
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>