mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
1cd1ce6e63
PR: 167625 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout
26 lines
552 B
Makefile
26 lines
552 B
Makefile
# New ports collection makefile for: p5-NetPacket
|
|
# Date created: 8 April 2001
|
|
# Whom: Anatoliy Dmytriyev
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= NetPacket
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tolid@tolid.eu.org
|
|
COMMENT= Modules to assemble/disassemble network packets at the protocol level
|
|
|
|
LICENSE= ART20
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= NetPacket.3 NetPacket::ARP.3 NetPacket::Ethernet.3 \
|
|
NetPacket::ICMP.3 NetPacket::IGMP.3 NetPacket::UDP.3\
|
|
NetPacket::IP.3 NetPacket::TCP.3
|
|
|
|
.include <bsd.port.mk>
|