* DNSKEY#key= raises ArgumentError if bad key used at creation. * Arrays of DNSKEYs allowed for verify_rrset(). * dnssec-bis-updates recommendation for NSEC and RRSIG. * ZoneReader handles absolute binary names properly. * Test fixes for more platforms.
21 lines
481 B
Makefile
21 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/05/09 18:36:55 pettai Exp $
|
|
|
|
DISTNAME= dnsruby-1.46
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://dnsruby.rubyforge.org/
|
|
COMMENT= Ruby DNS client library
|
|
LICENSE= apache-1.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
post-extract:
|
|
${MKDIR} -p ${WRKSRC}/html/classes
|
|
${MKDIR} -p ${WRKSRC}/html/files
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|