# $Id: Portfile,v 1.1 2005/06/21 17:58:11 olegb Exp $

PortSystem                      1.0
PortGroup                       perl5 1.0
perl5.setup                     Net-Pcap 0.04
revision                        0
maintainers                     sal@email.arc.nasa.gov
description                     Interface to pcap(3) LBL packet capture library
long_description                Net::Pcap is a Perl binding to the LBL pcap(3) \
				library, version 0.4. The README for libpcap describes \
				itself as: a system-independent interface for user-level \
				packet capture. libpcap provides a portable framework \
				for low-level network monitoring.  Applications \
				include network statistics collection, security \
				monitoring, network debugging, etc.
platforms                       darwin
checksums                       md5 3456934b09598122fea6a553cdf42a91
depends_lib-append              port:p5-parse-recdescent \
                                port:libpcap
