summaryrefslogtreecommitdiff
path: root/net/p5-Net-RawIP/Makefile
blob: 7e1b7d6946767d0769c9327e80cac19b7a818598 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-Net-RawIP
# Date created:				18 February 1999
# Whom:                			Dima Sivachenko <dima@chg.ru>
#
# $FreeBSD$
#

PORTNAME=	Net-RawIP
PORTVERSION=	0.23
PORTEPOCH=	1
CATEGORIES=	net perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Net
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@FreeBSD.org
COMMENT=	A perl module to manipulate raw IP packets

PERL_CONFIGURE=	yes
MAN3=		Net::RawIP.3 Net::RawIP::libpcap.3

.include <bsd.port.mk>