# New ports collection makefile for: Net-Pcap # Date created: 10 Dec 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Net-Pcap PORTVERSION= 0.09 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Interface to pcap(3) LBL packet capture library BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap PERL_CONFIGURE= yes CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lpcap" MAN3= Net::Pcap.3 .include