diff options
author | heinz <heinz@pkgsrc.org> | 2002-09-09 00:22:22 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2002-09-09 00:22:22 +0000 |
commit | 0dbb0b8058b55a87fbd0ce3a7d8eae3152fbf048 (patch) | |
tree | d6cf21203fc8ca94eae2903263dfc628b9536535 /net/p5-Net-DNS/Makefile | |
parent | 45bacf7314c72f90257732fc1467068f8b83b3d2 (diff) | |
download | pkgsrc-0dbb0b8058b55a87fbd0ce3a7d8eae3152fbf048.tar.gz |
Update to version 0.28. Changes include:
- simple nameserver
- support for TSIG and DNAME resource records
- dynamic updates
- should be compatible with perl 5.005_3
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index aacae6829d5..87a022dd3db 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,20 +1,32 @@ -# $NetBSD: Makefile,v 1.5 2001/11/26 06:50:10 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/09/09 00:22:22 heinz Exp $ # -DISTNAME= Net-DNS-0.12 +DISTNAME= Net-DNS-0.28 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ndn CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \ + http://www.net-dns.org/download/ MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.net-dns.org/ COMMENT= Net::DNS - Perl DNS Resolver Module +BUILD_DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple + +DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC +DEPENDS+= p5-MIME-Base64>=2.11:../../converters/p5-MIME-Base64 + +BUILDLINK_DEPENDS.perl= perl>=5.005_03 + USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNS/.packlist do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL +test: build + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKEFLAGS} test + .include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |