c6121bd160
Upstream changes: v1.60.0 TCP multi-packet support fixed Response 'Message' now included with exception. Docs added CNAME dynamic update fix
16 lines
376 B
Makefile
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"
|