pkgsrc/net/ruby-dnsruby/Makefile
taca 02d4943c75 Update ruby-dnsruby to 1.60.1.
## v1.60.1

* DNSSEC validation switched OFF by default (but can still be switched on)
* Add APL RR support (thanks Manabu Sonoda)
* Various test fixes (thanks Keith Bennett)
* 'include' issues fixed (thanks Keith Bennett!)
* Fixnum replacement (thanks Keith Bennett)
* Zone transfer fixes (thanks Manabu Sonoda)
* Name decoding fix
* MX record passing error now raised
* CAA RR support (thanks Richard Luther)
* TLSA RR support (thanks Manabu Sonoda)
2017-06-05 14:49:26 +00:00

16 lines
377 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/06/05 14:49:26 taca Exp $
DISTNAME= dnsruby-1.60.1
CATEGORIES= net
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= https://github.com/alexdalitz/dnsruby
COMMENT= Ruby DNS client library
LICENSE= apache-2.0
post-extract:
${MKDIR} ${WRKSRC}/html/classes
${MKDIR} ${WRKSRC}/html/files
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"