mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
e04e4624ce
- Fixed plist after update - Use PERL_MODBUILD instead of PERL_CONFIGURE PR: ports/132109 Submitted by: Edmondas Girkantas <eg at fbsd dot lt> [1]
24 lines
535 B
Makefile
24 lines
535 B
Makefile
# New ports collection makefile for: p5-NetPacket
|
|
# Date created: 8 April 2001
|
|
# Whom: Anatoliy Dmytriyev
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= NetPacket
|
|
PORTVERSION= 0.41.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
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= NetPacket::IGMP.3 NetPacket::IP.3 NetPacket::ARP.3 \
|
|
NetPacket.3 NetPacket::UDP.3 NetPacket::Ethernet.3 \
|
|
NetPacket::ICMP.3 NetPacket::TCP.3
|
|
|
|
.include <bsd.port.mk>
|