mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
1797b83145
PR: 277628 Approved by: bapt Differential Revision: https://reviews.freebsd.org/D44303
20 lines
376 B
Makefile
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>
|