94d4e50a98
o Validation routine fixes o Ruby 1.9 fixes o Recursor fixes o IPv4 Regex fixes o Fixes for A/PTR lookups with IP-like domain name o TXT and SSHFP processing fixes o Default retry parameters in Resolver more sensible
18 lines
404 B
Makefile
18 lines
404 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/11/18 20:13:37 pettai Exp $
|
|
|
|
DISTNAME= dnsruby-1.53
|
|
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
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/html/classes
|
|
${MKDIR} ${WRKSRC}/html/files
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|