freebsd-ports/net/p5-Net-TcpDumpLog/Makefile
Steven Kreuzer 3ce4579de1 - Add a new port: net/p5-Net-TcpDumpLog
Read tcpdump/libpcap network packet logs.

WWW:	http://search.cpan.org/dist/Net-TcpDumpLog/
2010-10-08 14:21:50 +00:00

21 lines
405 B
Makefile

# 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>