mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
d620a9344b
* Support for new rrtypes: - CDNSKEY and CDS (RFC 7344) - CSYNC (RFC 7477) - EUI48 and EUI64 (RFC 7043) - OPENPGPKEY (draft-ietf-dane-openpgpkey) - TLSA (RFC 6698) - URI (RFC 7553) * Added new rrtype mnemonics: CDNSKEY, CSYNC, EUI48, EUI64, GID, L32, L64, LP, NID, OPENPGPKEY, TLSA, UID, UINFO, UNSPEC. Sponsored by: Farsight Security, Inc.
20 lines
359 B
Makefile
20 lines
359 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wdns
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= dns
|
|
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
|
|
|
|
MAINTAINER= truckman@FreeBSD.org
|
|
COMMENT= Low-level DNS library
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= gmake libtool pathfix pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|