pkgsrc/net/ruby-dnsruby/Makefile
taca 8f2527efda Update ruby-dnsruby to 1.60.2.
## v1.60.2

* Fix deletion of TXT records with spaces in dynamic updates (thanks Sean Dilda)
* Fix use of non-default ports in Dnsruby::Resolver (thanks Thomas Morgan)
* Fix NAPTR encoding for null rdata dynamic update packets
* Fix CAA resource record encoding
* Avoid changing ruby global thread abort behavior (thanks Brent Cook)
2017-09-10 15:13:50 +00:00

16 lines
377 B
Makefile

# $NetBSD: Makefile,v 1.21 2017/09/10 15:13:50 taca Exp $
DISTNAME= dnsruby-1.60.2
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"