Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/net/p5-Net-DNS/Makefile 2009/02/22 16:38:46 1.40 +++ pkgsrc/net/p5-Net-DNS/Makefile 2011/08/14 14:14:42 1.45 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2009/02/22 16:38:46 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2011/08/14 14:14:42 obache Exp $ -DISTNAME= Net-DNS-0.65 +DISTNAME= Net-DNS-0.66 PKGNAME= p5-${DISTNAME} +PKGREVISION= 2 SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \ @@ -10,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:= MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://www.net-dns.org/ COMMENT= Perl5 module for DNS resolution +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir @@ -27,7 +29,7 @@ PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minet6) -DEPENDS+= p5-INET6>=2.01:../../net/p5-INET6 +DEPENDS+= p5-IO-Socket-INET6>=2.01:../../net/p5-IO-Socket-INET6 DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 MAKE_PARAMS+= --IPv6-tests .else