1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/net/p5-NetPacket/Makefile
Philippe Audeoud 1797b83145 net/p5-NetPacket: update to 1.7.2
PR:	277628
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D44303
2024-03-12 05:20:36 +01:00

20 lines
376 B
Makefile

PORTNAME= NetPacket
PORTVERSION= 1.7.2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tolid@tolid.eu.org
COMMENT= Modules to assemble/disassemble network packets at the protocol level
WWW= https://metacpan.org/release/NetPacket
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>