aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-NetPacket/Makefile
blob: 147612a487a01187c1de49ed4af9c704aeb3eca3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    p5-NetPacket
# Date created:             8 April 2001
# Whom:                 Anatoliy Dmytriyev
#
# $FreeBSD$
#

PORTNAME=   NetPacket
PORTVERSION=    0.04
CATEGORIES= net perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= NetPacket
PKGNAMEPREFIX=  p5-

MAINTAINER= tolid@plab.ku.dk
COMMENT=    Modules to assemble/disassemble network packets at the protocol level

PERL_CONFIGURE= yes

MAN3=   NetPacket::LACP.3 NetPacket::IGMP.3 NetPacket::IP.3 \
    NetPacket::SpanningTree.3 NetPacket::LLC.3 NetPacket::ARP.3 \
    NetPacket.3 NetPacket::UDP.3 NetPacket::Ethernet.3 \
    NetPacket::ICMP.3 NetPacket::TCP.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=     requires Perl 5.6 or newer. Install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>