freebsd-ports/net/p5-Net-Pcap/Makefile
Sergey Skvortsov 765c1457d8 Updated to 0.05
2003-12-08 13:26:15 +00:00

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>