mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
c12b79b4af
pypacker is a packet manipulation library for Python. Key features: - Creating custom Packets (via keywords) or from raw byte and change their data - Reading/writing packets from/to file (Support only for Wireshark/tcpdump pcap format) - Merging multiple pcap files to one file WWW: https://gitlab.com/mike01/pypacker
22 lines
399 B
Makefile
22 lines
399 B
Makefile
PORTNAME= pypacker
|
|
PORTVERSION= 5.0
|
|
CATEGORIES= net python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= Packet manipulation library for Python
|
|
|
|
LICENSE= BSD3CLAUSE GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
USES= python
|
|
USE_GITLAB= yes
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
GL_ACCOUNT= mike01
|
|
GL_COMMIT= 268e27c813545bf7995dd0a80abdb4da24d64722
|
|
|
|
.include <bsd.port.mk>
|