ports/net/libcares/Makefile

21 lines
354 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= asynchronous resolver library
V= 1.19.1
DISTNAME= c-ares-${V}
PKGNAME= libcares-${V}
CATEGORIES= net devel
2023-09-27 17:15:09 +00:00
SITES= ${HOMEPAGE}download/
2023-08-16 22:26:55 +00:00
SHARED_LIBS += cares 3.4 # 8.1.6
HOMEPAGE= https://c-ares.haxx.se/
MAINTAINER= Brad Smith <brad@comstyle.com>
# MIT
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>