diff options
Diffstat (limited to 'net/p5-Net-TcpDumpLog/Makefile')
-rw-r--r-- | net/p5-Net-TcpDumpLog/Makefile | 21 |
1 files changed, 21 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> |