freebsd-ports/net/p5-Net-Pcap/Makefile
2003-02-21 13:28:59 +00:00

24 lines
472 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.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>