summaryrefslogtreecommitdiff
path: root/dns/pear-Net_DNS2/Makefile
blob: beacb1a619c04a42040f2cc9f8e9dfd93680baec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	Net_DNS2
PORTVERSION=	1.5.2
CATEGORIES=	dns net pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PHP Resolver library used to communicate with a DNS server
WWW=		https://pear.php.net/package/Net_DNS2

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		pear

USE_GITHUB=	yes
GH_ACCOUNT=	mikepultz
GH_PROJECT=	netdns2
GH_TAGNAME=	1284c4b

NO_ARCH=	yes

.include <bsd.port.mk>