forked from Lainports/freebsd-ports
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Update p5-NetPacket to 0.04 [1], and add one patch to fix a bug of
calculating IP checksum [2].
Reviewed by: maintainer
[1] PR: 53486 (maintainer update)
[2] PR: 52956
Submitted by: Lars Eggert <larse@nik.isi.edu>
Since NetPacket 0.04 has the same problem as previous version, we intend
to leave the bugfix in the patch list.
26 lines
693 B
Makefile
26 lines
693 B
Makefile
# 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
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
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.mk>
|