76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
18 lines
354 B
Makefile
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>
|