mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
258 B
Makefile
18 lines
258 B
Makefile
COMMENT = assemble/disassemble network packets at protocol level
|
|
|
|
DISTNAME = NetPacket-1.8.0
|
|
CPAN_AUTHOR = YANICK
|
|
|
|
CATEGORIES = net
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = net/p5-Net-Pcap
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|