freebsd-ports/dns/ares/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

18 lines
354 B
Makefile

# Created by: roam@FreeBSD.org
# $FreeBSD$
PORTNAME= ares
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://mirrors.rit.edu/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>