diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 16:11:30 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 16:11:30 +0000 |
commit | 3d017a688622e8dfbc020a020058de1a277f526b (patch) | |
tree | 4a51b775a74e2a77d74eded4714f5fdb1a9d89ac /net/p5-Net-TcpDumpLog | |
parent | 8a4b4aeb1fa6e5fafdf1da900295b2e652520e89 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-TcpDumpLog')
-rw-r--r-- | net/p5-Net-TcpDumpLog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-TcpDumpLog/Makefile b/net/p5-Net-TcpDumpLog/Makefile index 9c648f729909..c9c565c6baf8 100644 --- a/net/p5-Net-TcpDumpLog/Makefile +++ b/net/p5-Net-TcpDumpLog/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Read tcpdump/libpcap network packet logs -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::TcpDumpLog.3 |