blob: 8c10654d060f140b6ffbef16e8bb140ba9fd4a51 (
plain) (
tree)
|
|
# New ports collection makefile for: Net-Pcap
# Date created: 10 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $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 <bsd.port.mk>
|