# New ports collection makefile for:	Net-Pcap
# Date created:		10 Dec 2001
# Whom:			Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD: ports/net/p5-Net-Pcap/Makefile,v 1.2 2003/02/21 13:14:56 knu Exp $
#

PORTNAME=	Net-Pcap
PORTVERSION=	0.04
CATEGORIES=	net perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Net
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@protey.ru
COMMENT=	Interface to pcap(3) LBL packet capture library

PERL_CONFIGURE=	yes

MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=		Net::Pcap.3

.include <bsd.port.mk>
