mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
19 lines
330 B
Makefile
19 lines
330 B
Makefile
# Created by: Anatoliy Dmytriyev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= NetPacket
|
|
PORTVERSION= 1.4.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
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|