22 lines
405 B
Makefile
22 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>
|