1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/p5-Net-Pcap/Makefile
Ying-Chieh Liao c3c9405423 add p5-Net-Pcap
Interface to pcap(3) LBL packet capture library

PR:		32775
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-13 11:24:30 +00:00

23 lines
415 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
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Net::Pcap.3
.include <bsd.port.mk>