13 lines
254 B
Makefile
13 lines
254 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_DNS2
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= dns net pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PHP5 Resolver library used to communicate with a DNS server
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|