mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
abd638ebd7
PR: ports/128966 Submitted by: Anatoliy Dmytriyev <tolid@tolid.eu.org> (maintainer)
25 lines
598 B
Makefile
25 lines
598 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= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tolid@tolid.eu.org
|
|
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.mk>
|