mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
18 lines
318 B
Makefile
18 lines
318 B
Makefile
# Created by: roam@FreeBSD.org
|
|
|
|
PORTNAME= ares
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns
|
|
MASTER_SITES= ZI \
|
|
ftp://athena-dist.mit.edu/pub/ATHENA/ares/
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Asynchronous DNS resolver library
|
|
|
|
CONFLICTS= c-ares-1.* c-ares-config-1.*
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|