mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
17 lines
309 B
Makefile
17 lines
309 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_DNS2
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= dns net pear
|
|
|
|
MAINTAINER= ports@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>
|