diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 10:03:35 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 10:03:35 +0000 |
commit | 639d0c74e97139b4ec22915ff0fe4b1bdb2825e8 (patch) | |
tree | 2e1b27049a451c55dbc6f9e63414dd20230b296d /net | |
parent | 152828a5c61c545b0d8dd519096de4132e5d87ff (diff) | |
download | pkgsrc-639d0c74e97139b4ec22915ff0fe4b1bdb2825e8.tar.gz |
Initial import of p5-Net-Pcap, from pkgsrc-wip packaged by Adrian
Portelli.
perl interface to pcap(3) LBL packet capture library.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Pcap/DESCR | 1 | ||||
-rw-r--r-- | net/p5-Net-Pcap/Makefile | 20 | ||||
-rw-r--r-- | net/p5-Net-Pcap/PLIST | 1 | ||||
-rw-r--r-- | net/p5-Net-Pcap/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net/p5-Net-Pcap/DESCR b/net/p5-Net-Pcap/DESCR new file mode 100644 index 00000000000..2d8528b5cba --- /dev/null +++ b/net/p5-Net-Pcap/DESCR @@ -0,0 +1 @@ +perl interface to pcap(3) LBL packet capture library diff --git a/net/p5-Net-Pcap/Makefile b/net/p5-Net-Pcap/Makefile new file mode 100644 index 00000000000..9a354a6dde9 --- /dev/null +++ b/net/p5-Net-Pcap/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 10:03:35 xtraeme Exp $ +# + +DISTNAME= Net-Pcap-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= adrianp@stindustries.net +HOMEPAGE= http://search.cpan.org/author/KCARNUT/Net-Pcap-0.04/Pcap.pm +COMMENT= Perl interface to pcap(3) LBL packet capture library + +USE_BUILDLINK3= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Pcap/.packlist + +USE_BUILTIN.libpcap= no # NetBSD's libpcap is very old. + +.include "../../lang/perl5/module.mk" +.include "../../net/libpcap/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Pcap/PLIST b/net/p5-Net-Pcap/PLIST new file mode 100644 index 00000000000..e4955d18a3b --- /dev/null +++ b/net/p5-Net-Pcap/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/20 10:03:36 xtraeme Exp $ diff --git a/net/p5-Net-Pcap/distinfo b/net/p5-Net-Pcap/distinfo new file mode 100644 index 00000000000..4be091c1c37 --- /dev/null +++ b/net/p5-Net-Pcap/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/20 10:03:36 xtraeme Exp $ + +SHA1 (Net-Pcap-0.05.tar.gz) = 9bbbbb84174c63d7013fa51b85c440c935e537f8 +Size (Net-Pcap-0.05.tar.gz) = 10683 bytes |