blob: fc60622e9c5f1b7472a4553de8ee353f3a8c7107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
WWW= https://github.com/mit-athena/libares/
CONFLICTS= c-ares-1.* c-ares-config-1.*
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|