diff options
author | grant <grant@pkgsrc.org> | 2003-11-26 05:59:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-11-26 05:59:50 +0000 |
commit | e71f951d44453a05b05f1e4a40bae338012280d5 (patch) | |
tree | 03ed8c05ddcb7f082a438423f9f352a52b5e966b /net/p5-Net-DNS/Makefile | |
parent | bd3711f57cb4cd2594221dd7cdec62a4ce64587d (diff) | |
download | pkgsrc-e71f951d44453a05b05f1e4a40bae338012280d5.tar.gz |
fix COMMENT
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 874534bb644..f846e31ccbf 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/09/13 12:00:16 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/11/26 05:59:50 grant Exp $ # DISTNAME= Net-DNS-0.40 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} \ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.net-dns.org/ -COMMENT= Net::DNS - Perl DNS Resolver Module +COMMENT= Perl5 module for DNS resolution BUILD_DEPENDS+= p5-Test-Simple>=0.44:../../devel/p5-Test-Simple DEPENDS+= p5-Digest-HMAC>=1.0:../../security/p5-Digest-HMAC |