blob: 484418800a0c8d16638622e6f228627dcc176398 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Wen Heping <wen@FreeBSD.org>
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
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>
|