diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-10-08 14:21:50 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2010-10-08 14:21:50 +0000 |
commit | 3ce4579de112d911ad446b8faa6fb55ddffbb5df (patch) | |
tree | fb1bd6f44e062b1803dc13b00442e3084fe80134 /net/p5-Net-TcpDumpLog | |
parent | ea0f2e01e6b725779bcae415636224cfc834f411 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-TcpDumpLog')
-rw-r--r-- | net/p5-Net-TcpDumpLog/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-TcpDumpLog/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-TcpDumpLog/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-TcpDumpLog/pkg-plist | 6 |
4 files changed, 33 insertions, 0 deletions
diff --git a/net/p5-Net-TcpDumpLog/Makefile b/net/p5-Net-TcpDumpLog/Makefile new file mode 100644 index 000000000000..9c648f729909 --- /dev/null +++ b/net/p5-Net-TcpDumpLog/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Net-TcpDumpLog +# Date created: 2010-10-07 +# Whom: Steven Kreuzer <skreuzer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-TcpDumpLog +PORTVERSION= 0.11 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Read tcpdump/libpcap network packet logs + +PERL_CONFIGURE= yes + +MAN3= Net::TcpDumpLog.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-TcpDumpLog/distinfo b/net/p5-Net-TcpDumpLog/distinfo new file mode 100644 index 000000000000..1b2cdf38f387 --- /dev/null +++ b/net/p5-Net-TcpDumpLog/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-TcpDumpLog-0.11.tar.gz) = a2a5220c289a88e86ffd9e63a4adc4d4 +SHA256 (Net-TcpDumpLog-0.11.tar.gz) = 710061651d32678c7ebbbcea192ecfffcba18df7dfe22b98f51a69373796fafa +SIZE (Net-TcpDumpLog-0.11.tar.gz) = 10718 diff --git a/net/p5-Net-TcpDumpLog/pkg-descr b/net/p5-Net-TcpDumpLog/pkg-descr new file mode 100644 index 000000000000..93fed74cbb64 --- /dev/null +++ b/net/p5-Net-TcpDumpLog/pkg-descr @@ -0,0 +1,3 @@ +Read tcpdump/libpcap network packet logs. + +WWW: http://search.cpan.org/dist/Net-TcpDumpLog/ diff --git a/net/p5-Net-TcpDumpLog/pkg-plist b/net/p5-Net-TcpDumpLog/pkg-plist new file mode 100644 index 000000000000..aa6f07c1ad87 --- /dev/null +++ b/net/p5-Net-TcpDumpLog/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Net/TcpDumpLog.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TcpDumpLog/.packlist +@dirrmtry %%SITE_PERL%%/Net +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/TcpDumpLog +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net |