mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
add p5-Net-Pcap
Interface to pcap(3) LBL packet capture library PR: 32775 Submitted by: Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
parent
ebf2fd0ba1
commit
c3c9405423
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51473
@ -293,6 +293,7 @@
|
||||
SUBDIR += p5-Net-Netmask
|
||||
SUBDIR += p5-Net-ParseWhois
|
||||
SUBDIR += p5-Net-Patricia
|
||||
SUBDIR += p5-Net-Pcap
|
||||
SUBDIR += p5-Net-RawIP
|
||||
SUBDIR += p5-Net-SNMP
|
||||
SUBDIR += p5-Net-SSH
|
||||
|
22
net/p5-Net-Pcap/Makefile
Normal file
22
net/p5-Net-Pcap/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: Net-Pcap
|
||||
# Date created: 10 Dec 2001
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Pcap
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@protey.ru
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::Pcap.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-Pcap/distinfo
Normal file
1
net/p5-Net-Pcap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-Pcap-0.04.tar.gz) = 3456934b09598122fea6a553cdf42a91
|
1
net/p5-Net-Pcap/pkg-comment
Normal file
1
net/p5-Net-Pcap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Interface to pcap(3) LBL packet capture library
|
6
net/p5-Net-Pcap/pkg-descr
Normal file
6
net/p5-Net-Pcap/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Interface to pcap(3) LBL packet capture library
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Net-Pcap
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@protey.ru
|
7
net/p5-Net-Pcap/pkg-plist
Normal file
7
net/p5-Net-Pcap/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net/Pcap.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Pcap/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Pcap/Pcap.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Pcap/Pcap.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/Pcap
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user