4f7403526e
Changelog: - bugfix when returning an empty bitmap-type in BitMap.php - added the BIND 9 private record RR (TYPE65534) - added DNSSEC algorithms 13-16 (ECDSAP256SHA256, ECDSAP384SHA384, ED25519, and ED448). - added SSHFP algoritm ED25519. - modified Net_DNS2::sendPacket() to use current()/next() rather than the deprecated each() (deprecated in 7.2). While here, switch to DISTVERSION Approved by: mentors (implicit)
17 lines
310 B
Makefile
17 lines
310 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_DNS2
|
|
DISTVERSION= 1.4.4
|
|
CATEGORIES= dns net pear
|
|
|
|
MAINTAINER= joneum@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>
|