22 lines
433 B
Makefile
22 lines
433 B
Makefile
PORTNAME= Net_DNS2
|
|
PORTVERSION= 1.5.3
|
|
DISTVERSIONPREFIX= v
|
|
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 \
|
|
https://github.com/mikepultz/netdns2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mikepultz
|
|
GH_PROJECT= netdns2
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|