1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/dns/wdns/Makefile
Don Lewis d620a9344b Upgrade dns/wdns to version 0.9.0:
* 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.
2016-04-20 05:03:46 +00:00

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>