b233276d78
Approved by: mat (mentor)
16 lines
308 B
Makefile
16 lines
308 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_DNS2
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= dns net pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PHP5 Resolver library used to communicate with a DNS server
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|