pkgsrc/net/ruby-dnsruby/Makefile
pettai 00a4f952a7 dnsruby-1.52:
* TXT record presentation format parsing fixes.
* NAPTR record presentation format parsing fixes.
* SEP flag no longer required (for use with Combined Signing Key).
* Validation routines improved.
* Recursor now handles hints and nameservers better.
* Various bug fixes.
2011-03-21 13:22:27 +00:00

18 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.9 2011/03/21 13:22:27 pettai Exp $
DISTNAME= dnsruby-1.52
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"