diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-10-11 19:39:25 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-10-11 19:39:25 +0000 |
commit | 067d1be359f2c41c9688c6db919e9dca33e9d837 (patch) | |
tree | 6f40b6ceed86c9feb0de002c2fa9c5b5c87e1790 /net/p5-Net-Pcap | |
parent | e89adf54084d0a1aeed798a079b493afee8acfea (diff) | |
download | pkgsrc-067d1be359f2c41c9688c6db919e9dca33e9d837.tar.gz |
Fix typo in HOMEPAGE
Diffstat (limited to 'net/p5-Net-Pcap')
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile index 9821792be20..81dfaf023a7 100644 --- a/net/p5-Net-Pcap/Makefile +++ b/net/p5-Net-Pcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:27 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/10/11 19:39:25 adrianp Exp $ # DISTNAME= Net-Pcap-0.05 @@ -8,7 +8,7 @@ CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://search.cpan.org/author/KCARNUT/Net-Pcap-0.04/Pcap.pm +HOMEPAGE= http://search.cpan.org/author/KCARNUT/Net-Pcap-0.05/Pcap.pm COMMENT= Perl interface to pcap(3) LBL packet capture library BUILDLINK_DEPENDS.libpcap+= libpcap>=0.8.1 |