aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Pcap/Makefile
blob: f4c0baf2fc0228293d1c120157122e66bd4faae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	Net-Pcap
# Date created:		10 Dec 2001
# Whom:			Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	Net-Pcap
PORTVERSION=	0.15
PORTREVISION=	1
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Interface to pcap(3) LBL packet capture library

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/IO/Interface.pm:${PORTSDIR}/net/p5-IO-Interface

PERL_CONFIGURE=	yes

MAN1=		pcapinfo.1
MAN3=		Net::Pcap.3

pre-patch:
		${FIND} ${WRKSRC} -name "._Pcap.pm" -delete

.include <bsd.port.mk>