## v1.59.3 * Output TXT record multiple strings correctly * NONE class encoding fix * only add name labels if there are any
16 lines
377 B
Makefile
16 lines
377 B
Makefile
# $NetBSD: Makefile,v 1.18 2016/10/17 14:37:28 taca Exp $
|
|
|
|
DISTNAME= dnsruby-1.59.3
|
|
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"
|