pkgsrc/net/ruby-dnsruby/Makefile
wen c6121bd160 Update to 1.60.0
Upstream changes:
v1.60.0

    TCP multi-packet support fixed
    Response 'Message' now included with exception.
    Docs added
    CNAME dynamic update fix
2017-01-02 12:42:32 +00:00

16 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.19 2017/01/02 12:42:32 wen Exp $
DISTNAME= dnsruby-1.60.0
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"