23 lines
453 B
Makefile
23 lines
453 B
Makefile
# New ports collection makefile for: Net-Pcap
|
|
# Date created: 10 Dec 2001
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Pcap
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/K/KC/KCARNUT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Interface to pcap(3) LBL packet capture library
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Pcap.3
|
|
|
|
.include <bsd.port.mk>
|